On Thu, 2006-10-12 at 08:32 +0100, [EMAIL PROTECTED] wrote:
> Quoting Lee Revell <[EMAIL PROTECTED]>:
> 
> > On Wed, 2006-10-11 at 22:02 +0100, [EMAIL PROTECTED] wrote:
> >> Hi,
> >>
> >>   I just tried arecord with my m-audio 1010LT
> >>
> >> arecord x.wav
> >>
> >>   On playback it sounds like it is repeating chunks of the sound then
> >> skipping to the next chunk.
> >>
> >>
> >> arecord -f cd x.wav
> >>
> >>   Nothing on playback.
> >>
> >>   I have had success recording/playback using the javax.sound.sampled API.
> >>
> >>   Do we need somethging in .asoundrc ?  This file is a mystry to me.
> >> What is ttable ?
> >
> > "arecord file.wav" with no arguments records 8 bit mono at 8Khz.  Does
> > "arecord -f dat file.wav" sound OK?
> 
> 
> 
> arecord x.wav     (8KhZ low is broken with repeating chunks)
> 
> arecord -f dat x.wav is silent
> 
> arecord -r 441000 x.wav  is not broken but distorted more then 8 bit 
> quantization.
> 

I guess you mean 44100?

Anyway that last command will record 8 bit audio at 44100Hz which still
won't sound good.

Try arecord -r 44100 -f S16_LE

> 
> cheers Paul.
> 
> 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to