Penguin

Differences between current version and previous revision of SoxNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Sunday, November 10, 2002 9:25:04 pm by zcat(1)
Older page: version 2 Last edited on Sunday, November 10, 2002 9:21:38 pm by zcat(1) Revert
@@ -1,7 +1,7 @@
 '' There's a huge colection of examples on soxexam(1) - zcat'' 
  
-Under linux, you can record just by catting from /dev/dsp or /dev/audio. These 2 devices behave in almost exactly the same way - the only difference is that by default /dev/audio uses m-law format while /dev/dsp uses 8 bit unsigned data by default. You can change these settings by using the ioctl(1 ) function. 
+Under linux, you can record just by catting from /dev/dsp or /dev/audio. These 2 devices behave in almost exactly the same way - the only difference is that by default /dev/audio uses m-law format while /dev/dsp uses 8 bit unsigned data by default. You can change these settings by using the ioctl(2 ) function. 
  
 I use sox for converting between formats. Eg to play a raw file to the audio device: 
  sox -t ub sound.raw -t ossdsp /dev/dsp