xiph / opus-tools

A set of tools to encode, inspect, and decode audio in the Opus format.
https://opus-codec.org/
Other
218 stars 79 forks source link

Allow compilation on MinGW with PCAP support, Add new Commandline options and support RTP extension headers #18

Closed MoeRT09 closed 6 years ago

MoeRT09 commented 6 years ago

I added a few useful things to opusrtp. It would be great to see them in the official version too.

mark4o commented 6 years ago

Thanks! This has been merged to master. I added a -o/--output option to specify the output file, to reduce confusion over the same positional parameters sometimes being input files and sometimes output files, and made that work for --sniff as well.