Expand description
Flow control — token bucket rate limiter for send pacing.
Prevents overwhelming the WebSocket with audio faster than the network or server can absorb.
Structs§
- Flow
Config - Configuration for the token bucket rate limiter.
- Token
Bucket - Token bucket rate limiter for send pacing.