Update Question 7.11:
- Fix and mark up TiMidity++ with <application> - Capitalize WAV and MIDI files - Make command line parameters <replaceable> - Add a link to the FreeBSD Handbook (Section 18.6) describing how to create Audio CDs Approved by: gabor (mentor)
This commit is contained in:
parent
fe32a90483
commit
f3de93bf6e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32146
1 changed files with 6 additions and 6 deletions
|
@ -4541,15 +4541,15 @@ kern.timecounter.hardware: TSC -> i8254</screen>
|
|||
from ports then install manually the GUS patches set by Eric
|
||||
A. Welsh, available at <ulink
|
||||
url="http://alleg.sourceforge.net/digmid.html"></ulink>.
|
||||
After timidity++ has been installed properly, midi files may
|
||||
be converted to wav files with the following command
|
||||
After <application>TiMidity++</application> has been installed properly, MIDI files may
|
||||
be converted to WAV files with the following command
|
||||
line:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>timidity -Ow -s 44100 -o /tmp/juke/01.wav 01.mid</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>timidity -Ow -s 44100 -o <replaceable>/tmp/juke/01.wav</replaceable> <replaceable>01.mid</replaceable></userinput></screen>
|
||||
|
||||
<para>The wav files can then be converted to other formats
|
||||
or burned onto audio CDs, as described in the FreeBSD
|
||||
Handbook.</para>
|
||||
<para>The WAV files can then be converted to other formats
|
||||
or burned onto audio CDs, as described in the <ulink
|
||||
url="&url.books.handbook;/creating-cds.html">FreeBSD Handbook</ulink>.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandaset>
|
||||
|
|
Loading…
Reference in a new issue