This project is a fork of the Android Open Source Project
'platform_external_sonivox', including a CMake based build system to be
used not on Android, but on any other computer Operating System. Google
licensed this work originally named Sonivox EAS (Embedded Audio
Synthesis) from the company Sonic Network Inc. under the terms of the
Apache License 2.0. Here is the Google source code repository:
https://android.googlesource.com/platform/external/sonivox.git
This is a "wavetable" synthesizer, not using external soundfont files by
default but embedded samples instead. DLS files are also supported. It
is also a MIDI file player and a real time GM synthesizer. It consumes
very little resources, so it may be indicated in projects for small
embedded devices. There is neither MIDI input nor audio output
facilities included in the library. You need to provide your own
input/output.
Changes in v3.6.16
* Fix bswap use on Android by @lephilousophe in #33
* Add templates and guidelines by @pedrolcl in #34
* Improve test dls downloading by @rsp4jack in #37
* Implement a-law/u-law wave format decoding for dls by @SmithGoll in #40
* Fix logic error in loop boundary check by @SmithGoll in #42
* Addition fix of #37: fix SonivoxTestEnvironment getTmp() by @rsp4jack
in #44
* Implement WAVE_FORMAT_MPEGLAYER3 decoding for dls by @SmithGoll in #47
* Add new workflow action for android by @pedrolcl in #48
* Rescue commented logging calls by @rsp4jack in #45
* Selectable verbosity level by @pedrolcl in #50
Project page:
https://github.com/pedrolcl/sonivox
Downloads:
https://github.com/pedrolcl/sonivox/releases/tag/v3.6.16
License: Apache 2.0