我想边听边录制网络广播。我使用下面这行代码,但我注意到当我将iradio-mode设置为true时,一些噪音会出现在录制的文件中,而不是回放文件中。没有iradio-mode,一切都很好。但在我的应用程序中,我需要此模式来获取标题消息。
gst-launch souphttpsrc location="<radio channel>" iradio-mode=true ! tee name=t ! queue ! decodebin2 ! audioconvert ! audioresample ! osxaudiosink t. ! queue ! filesink location=rectest.mp3 发布于 2011-01-15 00:44:06
问题解决:现在我使用icydemux,之后声音就清晰了。
https://stackoverflow.com/questions/4689772
复制相似问题