update with new device names

This commit is contained in:
Alexandre Ratchov 2011-11-14 08:52:48 +01:00
parent 1b0a15aba0
commit dafad3b44a
1 changed files with 14 additions and 14 deletions

View File

@ -383,8 +383,8 @@ of both definitions are created.
The default The default
.Xr sndio 7 .Xr sndio 7
device is device is
.Pa aucat:0 .Pa snd/0
.Pq also known as Pa aucat:0.default .Pq also known as Pa snd/0.default
.Pp .Pp
If If
.Nm .Nm
@ -572,29 +572,29 @@ are recommended:
.Pp .Pp
For instance, the following command will create two devices: For instance, the following command will create two devices:
the default the default
.Va aucat:0 .Va snd/0
and a MIDI-controlled and a MIDI-controlled
.Va aucat:0.mmc : .Va snd/0.mmc :
.Bd -literal -offset indent .Bd -literal -offset indent
$ aucat -l -r 48000 -z 400 -s default -t slave -s mmc $ aucat -l -r 48000 -z 400 -s default -t slave -s mmc
.Ed .Ed
.Pp .Pp
Streams connected to Streams connected to
.Va aucat:0 .Va snd/0
behave normally, while streams connected to behave normally, while streams connected to
.Va aucat:0.mmc .Va snd/0.mmc
wait for the MMC start signal and start synchronously. wait for the MMC start signal and start synchronously.
Regardless of which device a stream is connected to, Regardless of which device a stream is connected to,
its playback volume knob is exposed. its playback volume knob is exposed.
.Pp .Pp
For instance, the following command will play a file on the For instance, the following command will play a file on the
.Va aucat:0.mmc .Va snd/0.mmc
audio device, and give full control to MIDI software or hardware audio device, and give full control to MIDI software or hardware
connected to the connected to the
.Va aucat:0.thru .Va snd/0.thru
MIDI port: MIDI port:
.Bd -literal -offset indent .Bd -literal -offset indent
$ aucat -f aucat:0.mmc -t slave -q aucat:0.thru -i file.wav $ aucat -f snd/0.mmc -t slave -q midithru/0 -i file.wav
.Ed .Ed
.Pp .Pp
At this stage, At this stage,
@ -602,7 +602,7 @@ At this stage,
will start, stop and relocate automatically following all user will start, stop and relocate automatically following all user
actions in the MIDI sequencer. actions in the MIDI sequencer.
Note that the sequencer must use Note that the sequencer must use
.Va aucat:0 .Va snd/0
as the MTC source, i.e. the audio server, not the audio player. as the MTC source, i.e. the audio server, not the audio player.
.Sh ENVIRONMENT .Sh ENVIRONMENT
.Bl -tag -width "AUCAT_COOKIE" -compact .Bl -tag -width "AUCAT_COOKIE" -compact
@ -639,9 +639,9 @@ Start
in server mode using default parameters, creating an in server mode using default parameters, creating an
additional sub-device for output to channels 2:3 only (rear speakers additional sub-device for output to channels 2:3 only (rear speakers
on most cards), exposing the on most cards), exposing the
.Pa aucat:0 .Pa snd/0
and and
.Pa aucat:0.rear .Pa snd/0.rear
devices: devices:
.Bd -literal -offset indent .Bd -literal -offset indent
$ aucat -l -s default -c 2:3 -s rear $ aucat -l -s default -c 2:3 -s rear
@ -651,9 +651,9 @@ Start
.Nm .Nm
in server mode, creating the default sub-device with low volume and in server mode, creating the default sub-device with low volume and
an additional sub-device for high volume output, exposing the an additional sub-device for high volume output, exposing the
.Pa aucat:0 .Pa snd/0
and and
.Pa aucat:0.max .Pa snd/0.max
devices: devices:
.Bd -literal -offset indent .Bd -literal -offset indent
$ aucat -l -v 65 -s default -v 127 -s max $ aucat -l -v 65 -s default -v 127 -s max