opus-tools icon indicating copy to clipboard operation
opus-tools copied to clipboard

A set of tools to encode, inspect, and decode audio in the Opus format.

Results 41 opus-tools issues
Sort by recently updated
recently updated
newest added

Got this several times... if i opusdec one opusfile ta wav; opusdec "RE WS 033 yy-mm-dd.opus" "RE WS 033 yy-mm-dd.wav" Decoding to 48000 Hz (2 channels) Encoded with Lavf57.83.100 language=ger...

As specified on [the opus update on section 10](https://tools.ietf.org/html/rfc8251#section-10) the decoder can disable phase inversion so that downmixing to mono sounds good. I suggest a "--force-mono" option with the phase...

It [would be nice](https://stackoverflow.com/questions/47555361/are-there-tools-to-repair-opus-file-stream) to have tool to fix invalid files, as much as is practical.

enhancement
help wanted

Added `--no-surround` command-line option to disable surround-sound channel mapping assumptions made end-to-end from input to output. Added `--coupled n,m,...` command-line option to specify a custom set of coupled channels when...

I am using telephony system that can record calls into 8kHz stereo WAV files; it uses left channel for one participant and right channel for another. To be able to...

enhancement

I used LameXP to convert into OPUS. I got the following [error](http://pastebin.com/JntjU79m). The developer of LameXP [says](https://github.com/lordmulder/LameXP/issues/24#issuecomment-135548703) it's OPUS' issue.

Added the options `--output-gain`, `--track-gain`, and `--album-gain` to opusenc to directly set the gain for an opus file. I'm aware that opusenc can currently set the gain data of an...

I need the --raw-float for my application which calls into the opusenc executable but because it's not available on Linux Distros it makes it extremely difficult to work around for...

IIUC, currently `opusrtp` only can broadcast the packets into a TCP socket, right? Is it possible to save it to disk / broadcast them to a Linux pipe/file stream instead?...

Hi @mark4o! In https://stackoverflow.com/a/40699361/445810 you suggest to benefit from DTX-enabled smaller output size by omitting 2-byte-or-less packets from `opusenc` output as they encode exact silence. I propose to graduate this...