Difference between revisions of "Opus"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create page, my own synthesis)
 
(→‎Source code: New section)
Line 6: Line 6:
  
 
Opus is a general-purpose high-quality low-latency [[lossy]] audio codec created by the [[Xiph.org Foundation]]. The Opus developers claim it makes other lossy audio codecs obsolete (including [[Vorbis]] and [[MP3]]) and recommend it over [[Speex]] as a speech codec.
 
Opus is a general-purpose high-quality low-latency [[lossy]] audio codec created by the [[Xiph.org Foundation]]. The Opus developers claim it makes other lossy audio codecs obsolete (including [[Vorbis]] and [[MP3]]) and recommend it over [[Speex]] as a speech codec.
 +
 +
== Source code ==
 +
* {{VLCSourceFile|modules/codec/opus.c}}

Revision as of 19:43, 24 February 2019

opus
This is an audio codec. The name to use at the command line is opus.
This codec can be used inside the ogg containers.

Opus is a general-purpose high-quality low-latency lossy audio codec created by the Xiph.org Foundation. The Opus developers claim it makes other lossy audio codecs obsolete (including Vorbis and MP3) and recommend it over Speex as a speech codec.

Source code