Skip to content

Releases: pschatzmann/arduino-fdk-aac

July 2024

03 Aug 15:00
3aaaec4

Choose a tag to compare

What's Changed

  • Add support of 32-bit PCM sampling input by @reiyawea in #12

New Contributors

Full Changelog: v0.3...v0.3.1

Decoder Memory Optimisations and Error Corrections

27 Jan 10:34

Choose a tag to compare

  • Prevent double allocations when begin is called multiple times
  • Cleanup of memory allocation logic
  • renamed setSpecialBandReplication() to setSpectralBandReplication()
  • removed unnecessary allocations for input_buf and convert_buf
  • Use automatic bitrate determination if bitrate is not set
  • Do not use afterburner by default
  • Reduced default buffer out_size value
  • Make sure that module defined by setEncoderModules() is used
  • Use only module 0x01 by default
  • Prevent multiple calls to aacEncOpen which allocate memory multiple times
  • Use variable bitrate by default
  • Using logger for memory allocations
  • Corrected section mixup in documentation for AACEncoderFDK configuration methods

Further details can be found in my blog

First stable release

06 Aug 15:13

Choose a tag to compare

  • resolved compile errors
  • provided decoding and encoding examples
  • tested decoding and encoding sketch on 386 and ARM processors

Initial Release

13 May 17:29

Choose a tag to compare

Initial Release Pre-release
Pre-release
v0.1

README