|
1 | 1 | # Evolution of the AOSP 'platform_external_sonivox' project to use it outside of Android |
2 | 2 |
|
3 | | -[](https://github.com/pedrolcl/sonivox/actions/workflows/linux-ci.yml) |
| 3 | +[](https://github.com/EmbeddedSynth/sonivox/actions/workflows/linux-ci.yml) |
4 | 4 |
|
5 | | -[](https://github.com/pedrolcl/sonivox/actions/workflows/win-msys2.yml) |
| 5 | +[](https://github.com/EmbeddedSynth/sonivox/actions/workflows/win-msys2.yml) |
6 | 6 |
|
7 | | -[](https://github.com/pedrolcl/sonivox/actions/workflows/win-msvc.yml) |
| 7 | +[](https://github.com/EmbeddedSynth/sonivox/actions/workflows/win-msvc.yml) |
8 | 8 |
|
9 | | -[](https://github.com/pedrolcl/sonivox/actions/workflows/mac-ci.yml) |
| 9 | +[](https://github.com/EmbeddedSynth/sonivox/actions/workflows/mac-ci.yml) |
10 | 10 |
|
11 | | -[](https://github.com/pedrolcl/sonivox/actions/workflows/freebsd-ci.yml) |
| 11 | +[](https://github.com/EmbeddedSynth/sonivox/actions/workflows/freebsd-ci.yml) |
12 | 12 |
|
13 | | -[](https://github.com/pedrolcl/sonivox/actions/workflows/android-ci.yml) |
| 13 | +[](https://github.com/EmbeddedSynth/sonivox/actions/workflows/android-ci.yml) |
14 | 14 |
|
15 | 15 | This project originated as 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. |
16 | 16 |
|
@@ -55,9 +55,9 @@ See also the [CMake documentation](https://cmake.org/cmake/help/latest/index.htm |
55 | 55 |
|
56 | 56 | This fork currently reverts these commits: |
57 | 57 |
|
58 | | -* Full revert of [af41595](https://github.com/pedrolcl/platform_external_sonivox/commit/af41595537b044618234fe7dd9ebfcc652de1576) (Remove unused code from midi engine) |
59 | | -* Full revert of [34ba480](https://github.com/pedrolcl/platform_external_sonivox/commit/34ba4804f643549b8ac74e5f56bfe64db3234447) (Remove unused code) |
60 | | -* Partial revert of [2fa59c8](https://github.com/pedrolcl/platform_external_sonivox/commit/2fa59c8c6851b453271f33f254c7549fa79d07fb) (Build separate sonivox libs with and without jet...) |
| 58 | +* Full revert of [af41595](https://github.com/aosp-mirror/platform_external_sonivox/commit/af41595537b044618234fe7dd9ebfcc652de1576) (Remove unused code from midi engine) |
| 59 | +* Full revert of [34ba480](https://github.com/aosp-mirror/platform_external_sonivox/commit/34ba4804f643549b8ac74e5f56bfe64db3234447) (Remove unused code) |
| 60 | +* Partial revert of [2fa59c8](https://github.com/aosp-mirror/platform_external_sonivox/commit/2fa59c8c6851b453271f33f254c7549fa79d07fb) (Build separate sonivox libs with and without jet...) |
61 | 61 |
|
62 | 62 | All the sources from the Android repository are kept in place, but some are not built and included in the compiled products. A few headers, mostly empty, are included in the 'fakes' subdirectory to allow compilation outside Android. |
63 | 63 |
|
@@ -86,7 +86,7 @@ Options: |
86 | 86 | -V, --Verbosity n Verbosity: 0=no, 1=fatals, 2=errors, 3=warnings, 4=infos, 5=details |
87 | 87 | -R, --reverb-post-mix ignore CC91 reverb send. |
88 | 88 | -C, --chorus-post-mix ignore CC93 chorus send. |
89 | | - -s, --sndlib n sound engine library: 1=wt, 2=fm, 3=hybrid. |
| 89 | + -s, --sndlib n sound engine library: 1=wt, 2=fm, 3=hybrid. |
90 | 90 | ~~~ |
91 | 91 |
|
92 | 92 | The following examples assume the default option USE_44KHZ=ON: |
|
0 commit comments