- Use sync.Once to ensure a single shared throttle instance across
all wire-injected consumers (subsonic + public routers)
- Optimize Acquire() fast path: TryAcquire before touching the atomic
backlog counter, avoiding unnecessary atomic ops when slots are free
refactor(stream): use singleton package for TranscodingThrottle