Re: Setting samplerate on /dev/dsp

2004-11-02 Thread ognjen Bezanov
um... From what i gather the kernel has no support for either Alsa and OSS (its a very stripped down kernel, only the basics) , all i am doing is reading and writing raw data from sound card to harddisk using "dd if=/dev/dsp of=/dev/hda2". (running arecord just told me that i have no soundcards i

Re: Setting samplerate on /dev/dsp

2004-11-02 Thread Pigeon
On Mon, Nov 01, 2004 at 07:55:15PM +, ognjen Bezanov wrote: > Hi all, while not technically debian related it has something to do with > linux. > > I want to capture data from my /dev/dsp device but the devices defaults > are 8bit mono sound, i want to know how to set the samplerate and > mono

Re: Setting samplerate on /dev/dsp

2004-11-02 Thread Ben Hutchings
ognjen Bezanov wrote: Hi all, while not technically debian related it has something to do with linux. I want to capture data from my /dev/dsp device but the devices defaults are 8bit mono sound, i want to know how to set the samplerate and mono/stereo from the command line, a google search showed m

Setting samplerate on /dev/dsp

2004-11-01 Thread ognjen Bezanov
Hi all, while not technically debian related it has something to do with linux. I want to capture data from my /dev/dsp device but the devices defaults are 8bit mono sound, i want to know how to set the samplerate and mono/stereo from the command line, a google search showed me only how to do it i