Skip to content

Releases: pedrolcl/sonivox

Release v3.6.15

14 Dec 17:32
Compare
Choose a tag to compare

What's Changed

  • Add chorus, reverb dry and master gain for sonivoxrender by @rsp4jack in #26
  • The new host wrapper by @rsp4jack in #27
  • Implement hwng for macOS and fallback ReadAt for other platforms by @rsp4jack in #28
  • Fix wt_200k_G.c "initializer element is not constant" error with GCC < 8.1 by @dwatteau in #29

New Contributors

Full Changelog: v3.6.14...v3.6.15

Release 3.6.14

06 Oct 09:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.13...v3.6.14

Release 3.6.13

23 Sep 17:33
Compare
Choose a tag to compare

What's Changed

  • New CI - GitHub workflows
  • Include directories not correctly exported #16
  • Windows 64bit compatibility #17
  • New default build option: 44100 audio output and option for max voices #20. Thanks to @rsp4jack
  • Other build options #22

New Contributors

Release 3.6.12

05 Jun 11:05
Compare
Choose a tag to compare

Changes for v3.6.12:

  • Unleashed function EAS_LoadDLSCollection() to load external DLS soundfont files. Thanks to @M-HT (fixed tickets: #7, #9 and #11).

Release 3.6.11

16 Aug 14:18
Compare
Choose a tag to compare

Changes for v3.6.11:

  • New cmake option: BUILD_TESTING to control building the unit tests.
  • Windows compatibility: open also stdout in binary mode.
  • Generated "eas.h" header, with version numbers from the cmake project version.
  • Fixed ticket #2: Removed prebuilt binaries and non-distributable files.

First release of this forked library

28 Jul 15:06
16df4aa
Compare
Choose a tag to compare

This is the first public release of this forked library, and of the original repository for what matters. It is unlikely that Google would release any day this code officially for any other platform than their Android, so here it is for everybody.

Why the strange release number 3.6.10.14? It is the number that appears in the "eas.h" header 1 as the library version identifier since the beginning. As the library was always private inside Android, this version number was never updated and was irrelevant data. Until now, that being a standalone library the version number really matters and will be updated for the next releases.

  1. https://github.com/pedrolcl/sonivox/blob/16df4aaa6cfdecd1f5280ab86112c7f5b40468d2/arm-wt-22k/host_src/eas.h#L45-L47