Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1876)

Unified Diff: content/browser/speech/audio_encoder.h

Issue 1257923002: content: Remove unused speex related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm more references Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/speech/audio_encoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/speech/audio_encoder.h
diff --git a/content/browser/speech/audio_encoder.h b/content/browser/speech/audio_encoder.h
index 581eafd2af53f5a385c7145ed44c75c1cd2d9e32..5bfdce7a28cf4560fd16725ce550c9f47d8c72e3 100644
--- a/content/browser/speech/audio_encoder.h
+++ b/content/browser/speech/audio_encoder.h
@@ -15,18 +15,10 @@
namespace content{
class AudioChunk;
-// Provides a simple interface to encode raw audio using the various speech
-// codecs.
+// Provides a simple interface to encode raw audio using FLAC codec.
class AudioEncoder {
public:
- enum Codec {
- CODEC_FLAC,
- CODEC_SPEEX,
- };
-
- static AudioEncoder* Create(Codec codec,
- int sampling_rate,
- int bits_per_sample);
+ static AudioEncoder* Create(int sampling_rate, int bits_per_sample);
virtual ~AudioEncoder();
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/speech/audio_encoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698