# Changelog ------------------- ## v0.5.1 ### Features - Optional event notifications: `elastic_pcm_buffer_set_event_handler()`, `elastic_pcm_buffer_event_to_string()`, and events `CONSUMER_STARVED`, `CONSUMER_RECOVERED`, `PUSH_OVERFLOW`, `POP_UNDERFLOW` (payload includes a status snapshot). - English documentation: root `README.md` (translation of `README_CN.md`). ### Examples - `examples/basic_pipeline`: log lines include boot-time timestamps `[t=… ms]` and output callback logs `arrival_ms` (frame enqueue time) for latency inspection. ## v0.5.0 ### Features - Initial version of esp_elastic_pcm_buffer
9a331c5ea6d55e4aad742edf2899124d0356ec0e
idf.py add-dependency "shootao/esp_elastic_pcm_buffer^0.5.1"