aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJonathan Gray2003-09-02 06:13:41 +0000
committerJonathan Gray2003-09-02 06:13:41 +0000
commit1f29e0416cf1828c4303ecfeac5371bc22cc7c0a (patch)
tree34887692cd8cda7d918ddd1d7904e0a33e612fed /README
parent3f2ca2b36ad9de47e8cb4a54ad24f1f1d98330bf (diff)
downloadscummvm-rg350-1f29e0416cf1828c4303ecfeac5371bc22cc7c0a.tar.gz
scummvm-rg350-1f29e0416cf1828c4303ecfeac5371bc22cc7c0a.tar.bz2
scummvm-rg350-1f29e0416cf1828c4303ecfeac5371bc22cc7c0a.zip
add note about FluidSynth to ALSA section
svn-id: r9961
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index a99503b338..6381cf61fb 100644
--- a/README
+++ b/README
@@ -675,6 +675,12 @@ Then the TiMidity port will be visible from the 'aconnect -o -l' list. You
should launch it as root, since it will try to set up some real time
priority.
+You can also use FluidSynth for a software synth that supports sound fonts,
+if you don't have any MIDI hardware.
+
+An example usage of FluidSynth might look like this:
+ fluidsynth -m alsa_seq /path/to/8mbgmsfx.sf2
+Then use 'aconnect -o -l' as above to find what port its on.
Using MP3 files for CD audio:
-----------------------------