Merge the following from the English version:
1.131 -> 1.132 handbook/multimedia/chapter.sgml Submitted by: Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org> References: [doc-jp-work 1977]
This commit is contained in:
parent
e9ab0c9bc3
commit
b73f116195
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34496
1 changed files with 7 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: 1.131
|
||||
Original revision: 1.132
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
|
@ -516,10 +516,13 @@ kld snd_ich (1p/2r/0v channels duplex default)</screen>
|
|||
はコマンドライン上の代替となる MP3 プレイヤの port です。</para>
|
||||
|
||||
<para><application>mpg123</application>
|
||||
は次のようにサウンドデバイスと MP3 ファイルを
|
||||
指定して実行できます。</para>
|
||||
はサウンドデバイスと MP3 ファイルを指定して実行できます。
|
||||
<devicename>/dev/dsp1.0</devicename> デバイスを使用して
|
||||
MP3 ファイル <replaceable>Foobar-GreatestHits.mp3</replaceable>
|
||||
を再生するのであれば、次のように実行してください。
|
||||
</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mpg123 -a <replaceable>/dev/dsp1.0</replaceable> Foobar-GreatestHits.mp3</userinput>
|
||||
<screen>&prompt.root; <userinput>mpg123 -a <devicename>/dev/dsp1.0</devicename> <replaceable>Foobar-GreatestHits.mp3</replaceable></userinput>
|
||||
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3.
|
||||
Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp.
|
||||
Uses code from various people. See 'README' for more!
|
||||
|
@ -532,11 +535,6 @@ THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
|
|||
Playing MPEG stream from Foobar-GreatestHits.mp3 ...
|
||||
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
|
||||
</screen>
|
||||
|
||||
<para><filename><replaceable>/dev/dsp1.0</replaceable></filename> は実際の
|
||||
<devicename>dsp</devicename>
|
||||
デバイスのエントリに応じて置き換えられるべきでしょう。</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="rip-cd">
|
||||
|
|
Loading…
Reference in a new issue