Skip to content

0.9.5 - FileLoop, SIDPlayer, ProgressStream, FormatConverterStream...

Compare
Choose a tag to compare
@pschatzmann pschatzmann released this 19 Apr 22:51
· 1172 commits to main since this release

New functionality/classes

Changes / Improvements

  • Renamed AudioBaseInfo to AudioInfo
  • RingBuffer using Vector instead of array
  • URL & ICY Streams w/o new and delete
  • RTSPStream: added some more formats
  • Use more reliable way to identify esp32 S2,S3,C3

Corrections

  • Compile error SAMD boards
  • InputMixer stop reading muted channels
  • A2DPStream (use of new concurrency implementation)
  • correct Helix pcm misspelling
  • Compile error when USE_AUDIO_LOGGING false
  • Fix return value AnalogDriverArduino::read
  • Div FFT implementations: support begin() after end()

New Environments