Displaying 2 results from an estimated 2 matches for "tools_raw".
2001 Jan 20
0
libao: Raw audio device
...now, thereby avoiding the headaches
contained in wav files.
To add the driver:
1) Copy ao_raw.c into ao/src/
2) Apply ao_raw.patch to the ao/ tree. (Note that this patch also updates the
documentation and fixes an error where the esd driver was explained twice in
ao/doc/DRIVERS.
3) Apply vorbis-tools_raw.patch to the vorbis-tools/ tree. This just changes
documentation and the help function for ogg123 to explain the new driver.
4) Rerun autogen.sh in ao/ and recompile.
5) Test with commands like:
ogg123 test.ogg -d raw -o file:test.raw
ogg123 test.ogg -d raw -o file:- | esdcat # Assuming you ha...
2001 Mar 14
0
Raw driver patch for libao (New Version)
...#39;ve now had two different people request this driver, so I
know there is some demand for it. Below are the patching directions
cut-and-pasted from the original email:
To add the driver:
1) Copy ao_raw.c into ao/src/
2) Apply ao_raw.patch to the ao/ tree.
3) Apply vorbis-tools_raw.patch to the vorbis-tools/ tree. This just
changes documentation and the help function for ogg123 to explain
the new driver.
4) Rerun autogen.sh in ao/ and recompile.
5) Test with commands like:
ogg123 test.ogg -d raw -o file:test.raw
ogg123 test.ogg -d raw -o...