sonivox 4.0.1-1
Package Information
| Description | Sonivox Embedded Audio Synthesis Library Fork of the AOSP 'platform_external_sonivox' to use out of Android. This is a Wave Table synthesizer, not using external soundfont files but embedded samples instead. It is also 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. |
|---|---|
| Maintainer | Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> |
| Changed By | Dennis Braun <snd@debian.org> |
| Sponsor | snd@debian.org |
| Distribution | experimental |
| Architecture | any |
| VCS | git: https://salsa.debian.org/multimedia-team/sonivox.git (browse) |
| Popcon Installs | 1272 |
| Binary NEW | Yes (binary-only upload) |
| Tracker | https://tracker.debian.org/pkg/sonivox |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Date | Sat, 07 Mar 2026 20:55:49 +0100 |
|---|---|
| Source | sonivox |
| Version | 4.0.1-1 |
| Changed-By | Dennis Braun |
| Architecture | source amd64 |
| Distribution | experimental |
Changelog
sonivox (4.0.1-1) experimental; urgency=medium
.
* New upstream version 4.0.1
* Bump SONAME: libsonivox3 -> libsonivox4
* Change upstream metadata, github.com/pedrolcl -> github.com/EmbeddedSynth
* d/control:
+ Bump Standards-Version to 4.7.3
+ Remove redundant priority optional field
+ Remove redudant rules-requires-root-no field
* d/copyright:
+ Add missing files and licenses
+ Update years
* Update d/watch to version 5.dsc
| Section | libdevel |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | libsonivox-dev deb libdevel optional arch=any libsonivox4 deb libs optional arch=any sonivoxrender deb sound optional arch=any |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: sonivox
Upstream-Contact: https://github.com/EmbeddedSynth/sonivox
Source: https://github.com/EmbeddedSynth/sonivox/releases
Comment:
This package was debianized by Dennis Braun <snd@debian.org> on
Wed, 24 Aug 2022 17:52:20 +0200.
Files: *
Copyright:
2004-2006 Sonic Network Inc.
2008-2022, The Android Open Source Project
2022-2025, Pedro López-Cabanillas and others
License: Apache-2.0
Files: getopt_port/*
Copyright: 2012-2023, Kim Grasman <kim.grasman@gmail.com>
License: BSD-3-clause
Files: arm-wt-22k/lib_src/minimp3.h
License: CC0-1.0
On Debian systems the full text of the CC0-1.0 license can be found in
/usr/share/common-licenses/CC0-1.0
Files: debian/*
Copyright: 2022-2026 Dennis Braun <snd@debian.org>
License: Apache-2.0
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
express or implied.
See the License for the specific language governing permissions
and limitations under the License.
.
On Debian systems, the complete text of the Apache version 2.0 license
can be found in `/usr/share/common-licenses/Apache-2.0'.
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
.
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
.
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.