Skip to content

Converts a SILK RTP stream into a SILK binary file for decoding

Notifications You must be signed in to change notification settings

giavac/silk_rtp_to_bitstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

silk_rtp_to_bitstream

Converts a SILK RTP stream into a SILK binary file for decoding

BUILD

gcc silk_rtp_to_bitstream.c -lpcap -o silk_rtp_to_bitstream

USE

./silk_rtp_to_bitstream input.pcap output.bit

The output .bit file can then be converted into PCM with SILK SDK, e.g.:

./decoder silk.bit silk_PCM.raw

Then convert into WAV with:

sox -V -t raw -b 16 -e signed-integer -r 24000 silk_PCM.raw silk.wav

About

Converts a SILK RTP stream into a SILK binary file for decoding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages