Hi, I captured some telephony call packets using wireshark. The RTP payload types include PCMU and CN(comfort noise) I can play the voice packets using wireshark->VOIP However,It is not possible to save the payload as .au files using wireshark->RTP and I can only save them as .raw files. When I play the .raw files using goldwave, the sound is in a mess. what is wrong with the .raw files? thank you asked 22 Nov '10, 07:28 esolve |
One Answer:
You have to decode the .raw file with the corresponding codec decoder, and save to .pcm format. then open that .pcm file audacity as import-->rawdata, then play the audio. answered 01 Nov '12, 02:45 Binu Babu edited 01 Nov '12, 02:46 |