BTW -- this problem had nothing to do with Liquidsoap -- it was a general ALSA issue. The same symptom was present when I tested with another source client.
On Fri, Sep 23, 2011 at 8:11 PM, Mike Owens <[email protected]> wrote: > Fixed. I don't know why, but replacing this: > > input.alsa(device="hw:0,0") > > with this: > > input.alsa(device="default") > > Causes the problem to go away. No idea why. But it works. > > On Fri, Sep 23, 2011 at 7:23 PM, Mike Owens <[email protected]> wrote: >> >> I just installed liquidsoap 1 beta on an Ubuntu Natty machine and when I >> stream out, I am hearing the original stream but slowed WAY down. It sounds >> like slow motion -- I have never had this happen with liquidsoap. I've tried >> two different icecast servers and it is the same on both. I am not sure it >> this is an Ubuntu issue, sound card, issue, alsa issue, or liquidsoap. I >> have no idea what is going on. >> >> Any help greatly appreciated. The following is my test script: >> >>> #!/usr/bin/liquidsoap >>> >>> set("log.file.path","/tmp/ls.log") >>> >>> # Stream to shoutcast server >>> output.icecast ( >>> %mp3(bitrate=128, samplerate=44100, stereo=true, quality=5), >>> host = "10.1.1.118", >>> port = 8000, >>> password = "passwd", >>> mount = "stream_test", >>> input.alsa(device="hw:0,0") >>> ) >> >> >> -- >> Mike Owens >> 마이크 오웬스 >> 麦克欧文 > > > > -- > Mike Owens > 마이크 오웬스 > 麦克欧文 > -- Mike Owens 마이크 오웬스 麦克欧文 ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
