Displaying 2 results from an estimated 2 matches for "audio_coding".
2014 Sep 04
1
exposing APIs needed by Chromium/WebRTC
...with using the system-provided Opus package. Obviously it's not possible to
use the internal headers in that case. Please see
https://code.google.com/p/webrtc/issues/detail?id=3077 for the webrtc bug I
filed about that.
https://webrtc-codereview.appspot.com/5549004/diff/1000001/webrtc/modules/audio_coding/neteq4/audio_classifier.h
(part of the above patch) refers to following internal headers:
#include "third_party/opus/src/celt/celt.h"
#include "third_party/opus/src/src/analysis.h"
#include "third_party/opus/src/src/opus_private.h"
I can see references to e.g. CELTMo...
2014 Oct 06
1
runtime reconfiguration of opusenc
Hello All,
This is my first appearance to the opus mailing list. My name is Michael
Mehari and i am a researcher at Ghent University mainly on cognitive
radio networking. Recently i am working on a demo scenario on self
adjustable wireless audio conferencing and i selected opus for the audio
encoding and decoding part. specifically the applications (i.e opusenc
and opusdec) from opus-tools