您的位置:首页 > 编程语言 > PHP开发

使用wildpackets omnipeek、wireshark、rtptool、voice_age 分析G.729语音质量

2008-04-30 12:02 423 查看
wildpackets omnipeek 的带voip分析功能的版本功能强大,可以将g.729,g.711等音频码流直接存成wav文件,分析效率极大提高。

G.729
方法一:
1 :wireshark: Capture the traffic using Etherealand dumping the RTP data (Statistics -> RTP -> Show all streams ->SaveAs)。
2:Use rtpdump (http://www.cs.columbia.edu/IRT/software/rtptools/)to dump only the audio payload (“rtpdump -F payload -f in.rtp -o out.rtp”)
3:Use VoiceAge decoder. In windows CMD, (va_g729_decoder.exe out.rtp out.pcm).
4: Play out.pcm useing cool edit pro 2.0 or GoldWave 16bit signed/unsigned 8000Hz.

方法二:1 :wireshark: Capture the traffic using Etherealand dumping the RTP data (Statistics -> RTP -> Show all streams ->analyze->--Save Payload( select .raw and forward))。
2:Use VoiceAge decoder. In windows CMD, (va_g729_decoder.exe out.raw out.pcm).
3: Play out.pcm useing cool edit pro 2.0 or GoldWave 16bit signed/unsigned 8000Hz.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: