Module flow

Module flow 

Source
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§

FlowConfig
Configuration for the token bucket rate limiter.
TokenBucket
Token bucket rate limiter for send pacing.