Reference7:Pcap2wav

From innovaphone wiki
Jump to navigation Jump to search

pcap2wav.exe is a utility that converts PCAP files created by the V7 and later Record to (URL) interface recording capability into standard .wav files. While .pcap can be read (and listened to) with Wireshark, .wav files can be processed with any multimedia program. Also, G.729 recordings are converted so no G.729 decoder needs to present to listen to the converted .wav file.

There are 3 parameters at the pcap2wav utility

input_file - is the file name that should be converted

-v - verbose is for basic debugging

-d - debug

The v and d option can be ignored.The do not change anything on the generated wav file


pcap2wav.exe is available in the tools folder of the V7 application package on the innovaphone download page.


Linux users

Linux users can convert a pcap file to wav using tshark (to convert the pcap-files into raw information) and sox to convert those raw-files into wav.