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

Diff for /src/usr.bin/audioctl/Attic/audioctl.1 between version 1.27 and 1.28

version 1.27, 2009/11/10 07:42:22 version 1.28, 2016/01/29 10:45:38
Line 73 
Line 73 
 to  to
 .Ar value .  .Ar value .
 .El  .El
   .Pp
   Variables may only be changed if the device is not opened for
   playback or recording by another process.
 .Sh ENVIRONMENT  .Sh ENVIRONMENT
 .Bl -tag -width AUDIOCTLDEVICE  .Bl -tag -width AUDIOCTLDEVICE
 .It Ev AUDIOCTLDEVICE  .It Ev AUDIOCTLDEVICE
Line 87 
Line 90 
 To set the playing sampling rate to 11025 you can enter:  To set the playing sampling rate to 11025 you can enter:
 .Pp  .Pp
 .Dl $ audioctl play.rate=11025  .Dl $ audioctl play.rate=11025
 .Pp  
 Note that many of the variables that can be inspected and changed  
 are reset when the  
 .Pa /dev/audio  
 device is opened.  
 This can be circumvented like so:  
 .Pp  
 .Dl $ (cat file.au; audioctl -f /dev/audioctl) \*(Gt /dev/audio  
 or  
 .Bd -literal -offset indent -compact  
 $ (audioctl -f /dev/audioctl play.block_size=1024; cat file.au) \e  
         \*(Gt /dev/audio  
 .Ed  
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr aucat 1 ,  .Xr aucat 1 ,
 .Xr cdio 1 ,  .Xr cdio 1 ,

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28