Sgtm. Where is it being used?
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
The only usage seems to be in content/browser/speech/audio_encoder.cc, just like with third_party/flac. However, it looks like all the calls to AudioEncoder::Create use kDefaultAudioCodec, which is AudioEncoder::CODEC_FLAC, so perhaps all speex-related code is just dead code and should be removed?