You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,12 @@ The build system has the following options:
40
40
*`SF2_SUPPORT`: Enable SF2 support and float DCF. ON by default.
41
41
*`ZLIB_SUPPORT`: Enable XMF ZLIB Unpacker support. ON by default.
42
42
*`BUILD_MANPAGE`: Build the manpage of the CLI program. OFF by default.
43
+
*`INSTALL_DEPENDENCIES`: Deploy dependency libraries. OFF by default.
43
44
44
45
The synthesizer types options (at least one must be enabled):
45
46
46
47
*`EAS_WT_SYNTH`: Enable WaveTable Synth. ON by default.
47
-
*`EAS_FM_SYNTH`: Enable FM Synth. OFF by default.
48
+
*`EAS_FM_SYNTH`: Enable FM Synth. ON by default.
48
49
*`EAS_HYBRID_SYNTH`: Enable Hybrid Synth. OFF by default. Requires both `USE_44KHZ` and `USE_16BITS_SAMPLES` to be OFF.
49
50
50
51
*`MAX_VOICES`: Maximum number of voices. 64 by default.
@@ -133,7 +134,7 @@ Example 8: pipe the rendered audio thru the ['mpv' media player](https://mpv.io/
133
134
134
135
Besides being multiplatform, this supports progress view and better navigation (backed by in-memory cache).
135
136
136
-
You may replace "ants.mid" by another MIDI or XMF file, like "test/res/testmxmf.mxmf"
137
+
You may replace [ants.mid](https://github.com/EmbeddedSynth/sonivox/blob/devel/test/res/ants.mid) by another MIDI or XMF file, like [testmxmf.mxmf](https://github.com/EmbeddedSynth/sonivox/blob/devel/test/res/testmxmf.mxmf)
0 commit comments