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
but embedded samples instead. 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.13
* New CI - GitHub workflows
* Include directories not correctly exported #16
<https://github.com/pedrolcl/sonivox/issues/16>
* Windows 64bit compatibility #17
<https://github.com/pedrolcl/sonivox/pull/17>
* New default build option: 44100 audio output and option for max
voices #20 <https://github.com/pedrolcl/sonivox/pull/20>. Thanks to
@rsp4jack <https://github.com/rsp4jack>
* Other build options #22 <https://github.com/pedrolcl/sonivox/issues/22>
Project page:
https://github.com/pedrolcl/sonivox
Downloads:
https://github.com/pedrolcl/sonivox/releases/tag/v3.6.13
License: Apache 2.0