{"id":21905302,"url":"https://github.com/pedrolcl/multiplatform-sonivoxeas","last_synced_at":"2025-08-12T23:07:11.736Z","repository":{"id":41521010,"uuid":"510035977","full_name":"pedrolcl/multiplatform-sonivoxeas","owner":"pedrolcl","description":"Multiplatform Sonivox EAS for Qt","archived":false,"fork":false,"pushed_at":"2024-09-24T19:15:05.000Z","size":2100,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T23:47:37.509Z","etag":null,"topics":["drumstick","linux","macos","midi","music","qt","qt-multimedia","sonivox","sonivox-eas","synthesizer-library","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pedrolcl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-03T13:48:00.000Z","updated_at":"2024-09-24T19:15:11.000Z","dependencies_parsed_at":"2024-11-28T16:43:34.471Z","dependency_job_id":null,"html_url":"https://github.com/pedrolcl/multiplatform-sonivoxeas","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/pedrolcl/multiplatform-sonivoxeas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fmultiplatform-sonivoxeas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fmultiplatform-sonivoxeas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fmultiplatform-sonivoxeas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fmultiplatform-sonivoxeas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedrolcl","download_url":"https://codeload.github.com/pedrolcl/multiplatform-sonivoxeas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fmultiplatform-sonivoxeas/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270149345,"owners_count":24535728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drumstick","linux","macos","midi","music","qt","qt-multimedia","sonivox","sonivox-eas","synthesizer-library","windows"],"created_at":"2024-11-28T16:32:33.588Z","updated_at":"2025-08-12T23:07:11.687Z","avatar_url":"https://github.com/pedrolcl.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Multiplatform Sonivox EAS for Qt\n================================\n\n[![Build on Linux](https://github.com/pedrolcl/multiplatform-sonivoxeas/actions/workflows/linux-build.yml/badge.svg)](https://github.com/pedrolcl/multiplatform-sonivoxeas/actions/workflows/linux-build.yml)  \n\n[![Build on Windows with MSYS2](https://github.com/pedrolcl/multiplatform-sonivoxeas/actions/workflows/windows-build.yml/badge.svg)](https://github.com/pedrolcl/multiplatform-sonivoxeas/actions/workflows/windows-build.yml)  \n\nThis project is a multiplatform MIDI Synth based on the Sonivox EAS Synthesizer published by Google on the Android Open Source Project.\nIt is a real time GM synthesizer without needing external soundfonts, using embedded samples instead. It consumes very little resources, so it may be indicated in projects for small embedded devices.\nThis repository is a fork of the older project [Linux-SonivoxEas](https://github.com/pedrolcl/Linux-SonivoxEas) which uses PulseAudio output and ALSA Sequencer MIDI input, so it is a Linux only application.\nOn the other hand, this multiplatform version uses Qt Multimedia audio output and Drumstick::RT MIDI input on all supported platforms.\n\n![Screenshot](screenshot.png)\n![Screenshot Windows](screenshot_win.png)\n\nThe library uses Drumstick::RT MIDI input and Qt audio output. Complete compile-time dependencies are:\n* Qt5 or Qt6, including QtMultimedia. http://www.qt.io/\n* Drumstick 2.6, for Drumstick::RT MIDI input and the Drumstick::Widgets piano component. http://sourceforge.net/projects/drumstick/\n\nJust to clarify the Drumstick dependency: this project requires Drumstick::RT, but Drumstick does not depend on this project at all. There is a Drumstick::RT backend that includes the Sonivox synth as well, but both projects are independent regarding this synthesizer.\n\nThe project directory contains:\n* cmdlnsynth: Command line sample program using the synthesizer library\n* guisynth: GUI sample program using the synthesizer library\n* libsvoxeas: The synthesizer shared library, using Drumstick::RT for MIDI input and Qt Multimedia for audio output\n* sonivox: The sonivox eas library, forked from the AOSP source files, as a git submodule. It is used as a fallback if the sonivox library external dependency is not found at configuration time.\n\nHacking\n-------\n\nRemember to use `git clone --recurse-submodules` when cloning the repository to populate the working copy with all the sources, including the submodule's.\nIf you forgot to do that, then you may need to do `git submodule update --init --recursive` afterwards.\n\nUse your favorite IDE or text editor with the source files. My preference is QtCreator: https://www.qt.io/ide/\nTo build, test and debug you may also find QtCreator interesting. You may also use CMake (\u003e= 3.9) to build the project.\n\nLicenses\n--------\n\nCopyright (C) 2016-2023 Pedro López-Cabanillas.\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n\n\nThis project includes code from the Sonivox EAS synthesizer, Copyright Sonic Network Inc. 2006. \nSonivox EAS belongs to the Android Open Source Project. It has been forked from the official repositories:\n\nhttps://github.com/pedrolcl/sonivox\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. \nYou may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, \nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing \npermissions and limitations under the License.\n\n\n\nThe Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the \nCreative Commons 3.0 Attribution License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrolcl%2Fmultiplatform-sonivoxeas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedrolcl%2Fmultiplatform-sonivoxeas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrolcl%2Fmultiplatform-sonivoxeas/lists"}