Displaying 6 results from an estimated 6 matches for "opus_bandwidth_narrowband".
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: http://lists.xiph.org/pipermail/opus/attachments/20150224/a72a3fde/attachment.htm
2015 Feb 24
0
Questions regarding OPUS_APPLICATION_AUDIO vs OPUS_BANDWIDTH_NARROWBAND
Can you explain what you mean by "center point"?
Jean-Marc
On 24/02/15 11:30 AM, Tony wrote:
> 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
>
>
> _______________________________________________
> opus mailing list
> opus at xiph.org
> http://lists.xiph.org/mailman/listinfo/opus
>
2014 Feb 27
1
OPUS_SET_MAX_BANDWIDTH does not have expected results
Hi All.
I am seeing the following unexpected behavior with
OPUS_SET_MAX_BANDWIDTH. I expect that setting this to
OPUS_BANDWIDTH_NARROWBAND would give similar results to passing an 8Khz
sample rate stream, but OPUS_SET_MAX_BANDWIDTH has almost no effect with
any settings.
My test data has 4Khz bandwidth. I am testing the opus encoder (latest
versions) with the following opus_encoder_ctl options: OPUS_SET_VBR=1,
OPUS_SET_VBR_CONST...
2012 Sep 10
11
Cleanup/build improvement for opus
Hello all,
after FOMS I decided to take a look at the opus library and I found
that I could improve a bit the build system and cleanup the code a
little bit.
Most of the changes to the code has been suggested by my two tools
cowstats and missingstatic (part of the ruby-elf gem if you care).
HTH,
Diego
2014 Nov 17
0
Opus complexity and VOIP for mobile devices
...5 in webrtc :http://code.google.com/p/webrtc/issues/detail?id=3093Freeswitch is using complexity 10 .What is the impact of this setting on the decoder, when for example a device is encoding with complexity level 0 , but it's receiving a stream encoded with level 10 ???
We plan to use Opus with OPUS_BANDWIDTH_NARROWBAND or OPUS_BANDWIDTH_WIDEBAND .
Thank you.
Regards,Dragos Oancea
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20141117/ff79a11b/attachment.htm
2015 Mar 04
2
adaptive bandwidth
Thanks Dragos,
I assume I will be setting those parameters during initialization of
encoder right?
Question is, if connection gets too lossy, how will opus adapt to it? Can
it automatically shift bitrate down to minimize impact?
Mark from IRC suggests that the app has to be aware of the losses and
change it on the fly.
Has anybody on the list tried this?
Kelvin Chua
On Wed, Mar 4, 2015 at 5:53