Add an infrequent FAQ about using MIDI files in FreeBSD. This
probably belongs in more of a "FreeBSD Cookbook" type document. PR: docs/51203
This commit is contained in:
parent
5a47de5057
commit
717c12416d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16799
1 changed files with 22 additions and 0 deletions
|
@ -5108,6 +5108,28 @@ crw-rw-rw- 1 root wheel 41, 1 Oct 15 22:14 spx</screen>
|
|||
Handbook</ulink>.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="midi-sound-files">
|
||||
<para>How do I create audio CDs from my MIDI files?</para>
|
||||
</question>
|
||||
|
||||
<answer><para>To create audio CDs from MIDI files, first
|
||||
install <filename role="package">audio/timidity++</filename>
|
||||
from ports then install manually the GUS patches set by Eric
|
||||
A. Welsh, available at <ulink
|
||||
url="http://www.stardate.bc.ca/eawpatches/html/default.htm"></ulink>.
|
||||
After timidity++ has been installed properly, midi files may
|
||||
be converted to wav's with the following command
|
||||
line:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>timidity -Ow -s 44100 -o /tmp/juke/01.wav 01.mid</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>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandaset>
|
||||
</chapter>
|
||||
|
||||
|
|
Loading…
Reference in a new issue