Quoting Udo van den Heuvel <[EMAIL PROTECTED]>:

>>   I think if I record in mono then it records all lines ?
>>
>>   If I record in stereo then it uses 1/2. Hence the change from mono to
>> stereo made my input dissappear.
>
> Interesting theory.
> How do I find out on what lines my audio comes in?

I think the theory is correct.

arecord -v
aplay -v

report the transformation table ttable

for recording mono this seems to be default

    0 <- 0*0.0833333 + 1*0.0833333 + 2*0.0833333 + 3*0.0833333 + 
4*0.0833333 + 5*0.0833333 + 6*0.0833333 + 7*0.0833333 + 8*0.0833333 + 
9*0.0833333 + 10*0.0833333 + 11*0.0833333

  So this would explain why some people report quiet recordings!

For stereo it records lines 0 and 1.

  Transformation table:
     0 <- 0
     1 <- 1

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