Ask Your Question
0

how to convert EVS to WAV

asked 2021-07-29 09:28:02 +0000

Rolland gravatar image

updated 2021-07-29 17:10:19 +0000

i have pcap file which contains EVS codec data. I want to extract it from pcap file and make wav file with it.

i can find the voice data in pcap file, (it was norally 61,6 bytes) but i am not sure, if these data are the EVS codec data. I tried to write them to file and convert it with EVS codec https://github.com/ToughmanL/EVS_CODEC but it seems the structure is not same with EVS codec.

please help me to get wav file from pcap file.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-12-16 05:08:31 +0000

Jeff Brower gravatar image

updated 2022-12-16 21:13:57 +0000

https://github.com/signalogic/SigSRF_...

The pcap can contain multiple concurrent streams and/or codecs, the command line can specify multiple pcaps, each stream can create child channels (per RFC8108). Output wav files are generated for each stream and optionally for "merged audio" of all streams.

.sdp files can be used to override codec auto-detection and/or select only specific streams

this tool has a Docker container and example pcaps

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2021-07-29 09:28:02 +0000

Seen: 827 times

Last updated: Dec 16 '22