M5Cardputer-Audio-Stream-Server
M5Cardputer-Audio-Stream-Server copied to clipboard
Real-time playback not available
The receiver in the audio streaming application is experiencing buffer bloat. The incoming audio data is being enqueued faster than the I2S playback peripheral consumes it, causing unbounded latency. For this low-latency application (baby phone), I need a strategy to manage the buffer, such as dropping stale packets, to maintain real-time playback.