Displaying 1 result from an estimated 1 matches for "audio_classifi".
Did you mean:
audio_classifier
2014 Sep 04
1
exposing APIs needed by Chromium/WebRTC
...em-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. CELTMode in that webrtc file...