Skip to content

Releases: pschatzmann/arduino-libhelix

September 2024

04 Oct 08:57
Compare
Choose a tag to compare
  • Support as IDF component

July 2024 - Bump Release

03 Aug 07:30
Compare
Choose a tag to compare

June 2004: Error corrections

03 Jul 06:08
Compare
Choose a tag to compare
  • RP2040 compile error
  • setInfoCallback: update caller
  • compile error is_desktop
  • MP3 prevent loop on error
  • Option for building examples
  • Prevent lockup
  • Configuration in ConfigHelix.h
  • Remove obsolete functions

Cleanup of Arduino API

30 Mar 19:03
0dd8f03
Compare
Choose a tag to compare

Cleanup of Arduino API: Details can be found in my blog
ESP32: Support for PSRAM

Last Release with Old Logic

26 Mar 18:11
Compare
Choose a tag to compare

The last release before we commit the refactored new logic.

maxPCMSize() & setMaxPCMSize()

19 Apr 23:28
Compare
Choose a tag to compare

Corrected misspelled pwm to pcm

setMaxFrameSize() and setMaxPWMSize()

16 Jan 18:14
Compare
Choose a tag to compare
  • make setMaxFrameSize() setMaxPWMSize() public so that they can be set in the sketch w/o changing the default values in the source code

Memory Management

27 Jan 13:19
Compare
Choose a tag to compare

Corrected memory corruption issues when deleting the classes

Removed dependency from Arduino

05 Aug 10:10
Compare
Choose a tag to compare
  • The project has no dependencies any more
  • Added license information

Initial Release

05 Aug 08:11
Compare
Choose a tag to compare

Both MP3 and AAC seem to decode correctly now...