Skip to content

0.9.3 - LittleFS, Multiple Compilation Units and more FFT

Compare
Choose a tag to compare
@pschatzmann pschatzmann released this 21 Nov 09:00
· 1646 commits to main since this release
  • Support for LIttleFS for AudioPlayer
  • Support for cmsis fft
  • Support for FFT using the Espressif DSP library
  • added FFT tests
  • A2DPStream remove instance() method
  • SineFromTable performance optimisations
  • added FastSineGenerator class (thanks to vivichrist)
  • STM32 PWM output
  • Examples for using SD library
  • Guitar Effects example using Web GUI
  • Support for multiple compilation units (with USE_INLINE_VARS in AudiConfig.h)
  • Example for using FFT from A2DP
  • Some other smaller error corrections