shootao/esp_elastic_pcm_buffer

0.5.2

Latest
uploaded 21 hours ago
An adaptive PCM audio renderer for ESP-IDF that stabilizes jittery network streams using dynamic time-stretching (Sonic).

2 examples

  • basic_pipeline
    This example is the minimal integration case, focusing on the sequence of API usage rather than board-level audio links.
    2.95 KB
  • compare_playback
    This example compares two playback paths: 'direct' sends data directly to the playback device without buffering, while 'elastic' uses a buffer for smoother output.
    7.13 KB