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
Dear all,
rtcqs is a Python utility to analyze your system and detect possible
bottlenecks that could have a negative impact on the performance of your
system when working with Linux audio.
rtcqs v0.6.6 is now available.
Latest release that was announced on this list was v0.5.2. Notable
changes since v0.5.2 include:
- Added SMT check
- Replaced audio group check with a group agnostic check
- Governor check can now deal with systems that have SMT disabled
- Tickless check now deals with all CONFIG_NO_HZ* variants and with nohz
being set on the kernel command line
- File systems check has been expanded
- IRQ check now loops through /sys/kernel/irq instead of parsing
/proc/interrupts
- rtprio check now checks if a SCHED_FIFO priority can be set instead of
a SCHED_RR priority
- Improved preempt RT check, check if “preempt=full” is part of the
kernel command line
For information on getting the latest version see
https://codeberg.org/rtcqs/rtcqs.
Best,
Jeremy