Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 mu-law 格式的原始 RTP 有效负载转储到一个文件中,然后将此文件输入 gstreamer,如下所示:
gst-launch-1.0 filesrc location=interlocutor2.raw ! audio/x-mulaw, rate=8000, channels=1 ! mulawdec ! audioconvert ! audioresample ! autoaudiosink
但是播放速度太快了。我做错了什么?