[BACK]Return to sndiod.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / sndiod

Diff for /src/usr.bin/sndiod/Attic/sndiod.1 between version 1.4 and 1.5

version 1.4, 2014/08/13 08:42:46 version 1.5, 2015/09/05 11:19:20
Line 474 
Line 474 
 and a MIDI-controlled  and a MIDI-controlled
 .Va snd/0.mmc :  .Va snd/0.mmc :
 .Bd -literal -offset indent  .Bd -literal -offset indent
 $ sndiod -r 48000 -z 400 -s default -t slave -s mmc  $ sndiod \-r 48000 \-z 400 \-s default \-t slave \-s mmc
 .Ed  .Ed
 .Pp  .Pp
 Streams connected to  Streams connected to
Line 493 
Line 493 
 .Pa snd/0.rear  .Pa snd/0.rear
 devices:  devices:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 $ sndiod -s default -c 2:3 -s rear  $ sndiod \-s default \-c 2:3 \-s rear
 .Ed  .Ed
 .Pp  .Pp
 Start server creating the default sub-device with low volume and  Start server creating the default sub-device with low volume and
Line 503 
Line 503 
 .Pa snd/0.max  .Pa snd/0.max
 devices:  devices:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 $ sndiod -v 65 -s default -v 127 -s max  $ sndiod \-v 65 \-s default \-v 127 \-s max
 .Ed  .Ed
 .Pp  .Pp
 Start server configuring the audio device to use  Start server configuring the audio device to use
Line 512 
Line 512 
 The corresponding latency is 10ms, which is  The corresponding latency is 10ms, which is
 the time it takes the sound to propagate 3.5 meters.  the time it takes the sound to propagate 3.5 meters.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 $ sndiod -r 48000 -b 480 -z 240  $ sndiod \-r 48000 \-b 480 \-z 240
 .Ed  .Ed
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr sndio 7  .Xr sndio 7

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5