Reference7:Pcap2wav: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
Line 13: Line 13:


<code>pcap2wav.exe</code> is available in the tools folder of the [http://download.innovaphone.com/ice/7.00/#apps| V7 application package] on the innovaphone download page.
<code>pcap2wav.exe</code> is available in the tools folder of the [http://download.innovaphone.com/ice/7.00/#apps| 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.

Latest revision as of 10:06, 21 September 2011

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.