diff options
author | Kyle Guinn <elyk03@gmail.com> | 2011-03-03 00:10:21 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-04 10:12:45 -0600 |
commit | 28091409e585946c0a51f27aea51cfccbcc5f3a2 (patch) | |
tree | 4510b70b3d9c104c4c3a7ab0b09bf7e4df67365a /audio/TiMidity++/README | |
parent | 3ea4389ecf732f917e4069a0142c28f497e4ad0e (diff) | |
download | slackbuilds-28091409e585946c0a51f27aea51cfccbcc5f3a2.tar.gz |
audio/TiMidity++: Misc tweaks including +jack +speex -arts
For clarity's sake, this commit adds jack and speex support,
removes artsd support, and has various other minor cleanups.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/TiMidity++/README')
-rw-r--r-- | audio/TiMidity++/README | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/audio/TiMidity++/README b/audio/TiMidity++/README index 266ea30bd6..305dc68822 100644 --- a/audio/TiMidity++/README +++ b/audio/TiMidity++/README @@ -1,11 +1,17 @@ TiMidity++ is a software synthesizer. It can play MIDI files by converting them into PCM waveform data or other various audio file formats. +To add JACK support, install jack-audio-connection-kit and build with: +JACK=yes ./TiMidity++.SlackBuild + +To add speex support, install speex and build with: +SPEEX=yes ./TiMidity++.SlackBuild + TiMidity++ can also be run as an ALSA sequencer client. To do this, make /etc/rc.d/rc.timidity executable and add this line to /etc/rc.d/rc.local: /etc/rc.d/rc.timidity start You will need a set of instrument patch files for TiMidity++ to be of any -use. The freepats and eawpats packages, also available at SlackBuilds.org, -both provide a set of patch files. +use. The freepats and eawpats packages both provide a set of patch files, +so one of those will be needed. |