On Mon, Jan 30, 2006 at 06:08:17AM +0100, Steffen Schwientek wrote:

> Since I have an similar problem:
> My tv-soundcard seems to use an other sample-rate. If I record from the 
> tv-soundcard to a file, playing the file hears way to high.. (frequency 
> doubled?, don't know)

try something like this in your .asoundrc:

pcm.tv {
        type rate               # Rate PCM
        slave {                 # Slave definition
                pcm "hw:2,0"        # Slave PCM name
                rate 32000        # Slave rate
        }
}

ecasound -i alsa,tv ...


Christian

-- 
  "Omnis enim res, quae dando non deficit, dum habetur et non datur,
   nondum habetur, quomodo habenda est."       (Aurelius Augustinus)
  Translation: <http://gnuhh.org/work/fsf-europe/augustinus.html>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to