|
1 | 1 | Sonivox EAS for Linux and Qt |
2 | 2 | ============================ |
3 | 3 |
|
4 | | -This project is a Linux MIDI Synth library based on the Sonivox EAS Synthesizer published by Google on the Android Open Source Project. |
5 | | -It is a real time GM synthesizer without needing external soundfonts, using embedded samples instead. It consumes very little resources, so |
6 | | -it may be indicated in Linux projects for small embedded devices. |
| 4 | +This project is a Linux MIDI Synth library based on the Sonivox EAS Synthesizer published by Google on the Android Open Source Project. It 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 Linux projects for small embedded devices. |
7 | 5 |
|
8 | 6 |  |
9 | 7 |
|
10 | 8 | A multiplatform alternative fork of this project can be found here: [multiplatform-sonivoxeas](https://github.com/pedrolcl/multiplatform-sonivoxeas). |
11 | 9 |
|
12 | 10 | The library uses ALSA Sequencer MIDI input and PulseAudio output. Complete compile-time dependencies are: |
13 | | -* Qt5, http://www.qt.io/ (Qt6 works too, but it is still experimental) |
| 11 | +* Qt5/Qt6, http://www.qt.io/ |
14 | 12 | * Drumstick 2, for ALSA MIDI input. http://sourceforge.net/projects/drumstick/ |
15 | 13 | * PulseAudio, for audio output. http://www.freedesktop.org/wiki/Software/PulseAudio/ |
16 | 14 |
|
@@ -57,9 +55,7 @@ https://github.com/pedrolcl/sonivox |
57 | 55 | Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
58 | 56 | You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 |
59 | 57 |
|
60 | | -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, |
61 | | -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing |
62 | | -permissions and limitations under the License. |
| 58 | +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. |
63 | 59 |
|
64 | 60 |
|
65 | 61 | The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the |
|
0 commit comments