shootao/esp_elastic_pcm_buffer

0.5.1

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 a minimal integration demo focused on illustrating the API usage sequence rather than the board-level audio link.
    2.95 KB
  • compare_playback
    This example compares two playback paths: 'direct' sends frames directly to the device without buffer correction, while 'elastic' smooths output after buffering.
    7.13 KB