Displaying 1 result from an estimated 1 matches for "audiodir".
Did you mean:
audiodev
2000 Dec 27
1
New Vorbis player app
...Ogg Vorbis libraries, including libao. [2]
* Qt-2.2.x, compiled with -thread [3]
Compiling:
* Edit 'setup' and changes paths according to your system.
* source setup
* make
Setup:
* To tell squelch where you keep your audio:
mkdir ~/.squelch
echo /path/to/my/audio > ~/.squelch/audiodir
* To change the output driver to ALSA:
echo 'alsa' > ~/.squelch/outputdriver
* To change the output driver to wav (writes to $PWD/output.wav):
echo 'wav' > ~/.squelch/outputdriver
* etc, etc. Take your pick.
Note: for aRts output, use artsdsp and the OSS driv...