Skip to content

0.9.6 - BinaryContainer, MiniAudioStream, TimedStream, RingBufferFile...

Compare
Choose a tag to compare
@pschatzmann pschatzmann released this 30 Apr 15:32
· 1177 commits to main since this release

Design Changes

  • renamed classes ending with Stream that do not support input to Output

    • CsvStream to CsvOutput,
    • PWMAudioStream to PWMAudioOutput
    • PitchShiftStream to PitchShiftOutput
    • SPDIFStream to SPDIFOutput
  • renamed classes ending with Print to Output (e.g.

    • VolumePrint to VolumeOutput
    • MetaDataPrint to MetaDataOutput

New Functionality

Extended Functionality

  • ProgressStream
    • provide processedSecs()
    • take audio info from AudioStream if possible
    • added totalBytes() and totalSecs()
  • AudioFFT: reset() method to restart processing

Corrections:

  • AnalogConfig use I2S_AUTO_CLEAR
  • Correct CodecLC3 quality problem
  • Add missing virtual overrides to reverbs
  • cleanup A2DPStream
  • Correct broken CodecAPTX

New Examples

  • esp-now example using a codec