Displaying 5 results from an estimated 5 matches for "__think__".
2015 Feb 23
3
library for creating Opus files?
Which one of the various libraries on xiph.org allow me to create an Opus
file? The 3 or so libraries on the Opus download page all seem to be for
reading files, converting and/or encode/decode streams. I have device that
outputs a stream of Opus 'frames' and I need to save them into an Opus file.
--
Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Feb 23
1
library for creating Opus files?
...just able to do
$ sudo apt-get install opus-tools
$ opusenc music_48kbps.wav music_48kbps.opus
I remember also being able to compile opus-tools
(git://git.xiph.org/opus-tools.git) some time ago.
Regards,
Vish
On 23 February 2015 at 12:30, Tony <yellowjacketlite at gmail.com> wrote:
> I __think__ opus-tools' opusenc has code which can be used as a
> template/sample for how to create an .Ogg file with Opus content. As
> expected, it makes use of libopus and libogg.
>
> There appears to be quite a few steps involved (several more than I'd
> expect), but I __think__ thi...
2015 Feb 23
2
library for creating Opus files?
On 23/02/15 10:30 AM, Tony wrote:
> I __think__ opus-tools' opusenc has code which can be used as a
> template/sample for how to create an .Ogg file with Opus content. As
> expected, it makes use of libopus and libogg.
Sadly that's the best option currently. As you say it's a bit
complicated, although oggenc has a lot of extr...
2015 Feb 23
0
library for creating Opus files?
I __think__ opus-tools' opusenc has code which can be used as a
template/sample for how to create an .Ogg file with Opus content. As
expected, it makes use of libopus and libogg.
There appears to be quite a few steps involved (several more than I'd
expect), but I __think__ this is the only library, o...
2015 Feb 24
2
Questions regarding OPUS_APPLICATION_AUDIO vs OPUS_BANDWIDTH_NARROWBAND
I have an audio device whose 'driver' gives me Opus encoded frames using
OPUS_APPLICATION_AUDIO and max bandwidth set to OPUS_BANDWIDTH_NARROWBAND.
How does Opus encoder decide the center point of the 4K bandpass filter?
Is it done frame by frame?
--
Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: