Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.2
    opus-tools 0.2
    
    In this release the Opus decoder opusdec has been converted to use the
    opusfile library, and the Opus encoder opusenc has been converted to use
    the libopusenc library.  These libraries make it easy to robustly read
    and write Ogg Opus audio files, and enable some new features.  Both
    libraries are available from https://opus-codec.org/.
    
    opusdec enhancements include:
    - Read directly from http or https sources
    - New option --force-stereo will force stereo output
    - Improved support for chained input files with differing sample rate or
        channel count
    - A summary is displayed for METADATA_BLOCK_PICTURE tags rather than
        displaying the base64-encoded data
    
    opusenc enhancements include:
    - Delayed decision support allows the encoder to look ahead up to two
        seconds in order to improve encoding decisions
    - The options --music and --speech can be used to tune low bitrate audio
        for music or speech, overriding automatic detection
    - The option --no-phase-inv disables the use of phase inversion for
        intensity stereo, which can be useful for streams that are likely to
        be downmixed to mono after decoding
    - New --tracknumber shortcut for setting tracknumber metadata
    
    Additionally:
    - The opusinfo utility can display the demixing matrix from Ogg Opus
        files using ambisonics channel mapping family 3
    - The experimental opusrtp tool supports new options to specify RTP
        payload type, Ogg Opus output file, original sample rate, and number
        of channels, and supports improved transmit timing, arbitrary
        network devices, and IPv6
    - The Visual Studio 2015 project builds opusenc support for FLAC input
    - The old Visual Studio 2010 project has been removed
    - Numerous bug fixes are also included
    
  • v0.1.10
    opus-tools 0.1.10
    
    This release includes several bug fixes, including security fixes in
    opusenc, as well as a few minor enhancements.  Changes include:
    - opusenc: Improved handling of malformed input files to avoid crashes
        and other troublesome behavior
    - opusenc: Percent progress is shown while encoding
    - opusrtp: New --extract option to extract from input pcap file
    - New project files for building with Microsoft Visual Studio
    
  • v0.1.9
    85ee5a08 · Bump version. ·
    Opus Audio Tools 0.1.9
    
    This is opus-tools, a set of tools to encode, inspect, and decode
    audio in the Opus format.
    
    This release adds support for 32-bit floating point WAV output and
    fixes a number of minor issues.
    
    For more information on Opus see http://www.opus-codec.org/
    
  • v0.1.8
    89c244d6 · Bump version. ·
    0.1.8 Fixes a memory corruption bug with FLAC album art handling.
    
  • v0.1.7
    7afc1421 · Bump version. ·
    Version 0.1.7
    
  • v0.1.6
    Release version 0.1.6.
    
  • v0.1.5
    8eb11fd6 · Bump version. ·
    Version 0.1.5
    
  • v0.1.4
    cc7a4d37 · Advance version to 0.1.4. ·
    Version 0.1.4
    
  • v0.1.3
    c8dd78db · Advance version to 0.1.3. ·
    Version 0.1.3
    
  • v0.1.2
    b70c4a18 · Bump to v0.1.2. ·
    Release v0.1.2
    
  • v0.1.1
    Release v0.1.1
    
  • v0.1.0
    Initial release.