GStreamer record iradio-mode artifacts

Posted by Kanzeon on Stack Overflow See other posts from Stack Overflow or by Kanzeon
Published on 2011-01-14T09:49:14Z Indexed on 2011/01/14 9:53 UTC
Read the original article Hit count: 158

I'm trying to record internet radio while listen it. I use the following line, but comes to my attention that when I set the iradio-mode true some noises comes in the recorded file, not in the playback. Without iradio-mode, all is ok. But in my app I need this mode to get the title message.

gst-launch souphttpsrc location="<radio channel>" iradio-mode=true ! tee name=t ! queue ! decodebin2 ! audioconvert ! audioresample ! osxaudiosink  t. ! queue ! filesink location=rectest.mp3 

© Stack Overflow or respective owner

Related posts about audio-streaming

Related posts about audio-recording