search for: opustools

Displaying 6 results from an estimated 6 matches for "opustools".

Did you mean: dopustools
2013 Feb 25
3
First Version of OpusDrop
Hello everybody, I just want to inform you, that the first alpha-version of a GUI for the opustools for Windows is online available [1]. Critics and comments are welcome - maybe someone know how to transfer that project to an open source site. with greetings, Daniel Thomae [1] http://foveon.de/sonstiges/opusdrop/index.htm
2017 Jun 21
0
Possible Opus 1.2 Problem Sample
I was transcoding a 128K MP3 speech podcast into 28K Opus and noticed that part of musical opening sounded a little worse with the recently released 1.2 OpusTools compared to the earlier 1.1 build. I thought maybe you would like to be made aware of a problem sample. I also thought there is a good chance over-compressing a musical section of 128K MP3 to 28K Opus isn't really an important use case, so no worries. I uploaded a zip containing 7s clips of...
2020 Apr 07
0
Container-less use of speex codec??
...m the answering machine). I have no idea why they decided to do so, but it's a matter of fact. The format is still the same in the current firmware. There are hacks out that allow the tools to process files without the Ogg header, and I wonder how hard it would be to provide some options in the opustools to be able to use the standard instead of some hacks. Try Googling for "speex-1.2beta3-fritzboxtam-beta1-src.tar.bz2. Regards, Ulrich "
2013 Mar 05
3
Answering the Hydrogen Audio thread
Take a look at how the Opus Tools package handles it. So far as I remember, it requires minimal changes to the file(s) containing references to the main entry point and to fopen. It imports the command line arguments as wchar_t and converts them to UTF-8, and has replacement functions for fopen and some text output that accept UTF-8 instead of ANSI. I think it automatically kicks in on definition
2018 Mar 06
3
[PATCH] Support for Ambisonics and Projection API.
...: opusfile-Support-for-Ambisonics-and-Projection-API.patch Type: text/x-patch Size: 12344 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/opus/attachments/20180306/ea47482b/attachment-0004.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: opustools-Support-for-Ambisonics-and-Projection-API.patch Type: text/x-patch Size: 4419 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/opus/attachments/20180306/ea47482b/attachment-0005.bin>
2015 Oct 08
2
[PATCH 0/1] opusenc support for WavPack input
This patch to opus-tools adds optional support to WavPack lossless format as input to opusenc. Like support to FLAC, it depends on an external library, libwavpack, and may be disabled on configure. Lucas Clemente Vella (1): Reading input from WavPack files. Makefile.am | 7 +- configure.ac | 37 ++++++++ src/audio-in.c | 71 ++++++++------- src/opusenc.c | 19 +++- src/opusenc.h