From f3de93bf6e445794210f0e8735fddcc4e6d9b55a Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Tue, 3 Jun 2008 16:28:58 +0000 Subject: [PATCH] Update Question 7.11: - Fix and mark up TiMidity++ with - Capitalize WAV and MIDI files - Make command line parameters - Add a link to the FreeBSD Handbook (Section 18.6) describing how to create Audio CDs Approved by: gabor (mentor) --- en_US.ISO8859-1/books/faq/book.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 45603b8a60..02fc3038ff 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -4541,15 +4541,15 @@ kern.timecounter.hardware: TSC -> i8254 from ports then install manually the GUS patches set by Eric A. Welsh, available at . - After timidity++ has been installed properly, midi files may - be converted to wav files with the following command + After TiMidity++ has been installed properly, MIDI files may + be converted to WAV files with the following command line: - &prompt.user; timidity -Ow -s 44100 -o /tmp/juke/01.wav 01.mid + &prompt.user; timidity -Ow -s 44100 -o /tmp/juke/01.wav 01.mid - The wav files can then be converted to other formats - or burned onto audio CDs, as described in the FreeBSD - Handbook. + The WAV files can then be converted to other formats + or burned onto audio CDs, as described in the FreeBSD Handbook.