First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

how to convert EVS to WAV

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.

Rolland's avatar
1
Rolland
asked 2021-07-29 09:28:02 +0000, updated 2021-07-29 17:10:19 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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

Jeff Brower's avatar
1
Jeff Brower
answered 2022-12-16 05:08:31 +0000, updated 2022-12-16 21:13:57 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer