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

Unified Diff: chromecast/media/cma/backend/alsa/audio_filter_factory.h

Issue 2771143002: Implement runtime audio post-processing pipeline. See go/cast_audio.json (Closed)
Patch Set: Suffix governor with _1.0 Created 3 years, 9 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
Index: chromecast/media/cma/backend/alsa/audio_filter_factory.h
diff --git a/chromecast/media/cma/backend/alsa/audio_filter_factory.h b/chromecast/media/cma/backend/alsa/audio_filter_factory.h
deleted file mode 100644
index cb91fbceb718514ed2324e357b2618508904824e..0000000000000000000000000000000000000000
--- a/chromecast/media/cma/backend/alsa/audio_filter_factory.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROMECAST_MEDIA_CMA_BACKEND_ALSA_AUDIO_FILTER_FACTORY_H_
-#define CHROMECAST_MEDIA_CMA_BACKEND_ALSA_AUDIO_FILTER_FACTORY_H_
-
-#include <memory>
-
-#include "chromecast/media/cma/backend/alsa/audio_filter_interface.h"
-
-namespace chromecast {
-namespace media {
-
-class AudioFilterFactory {
- public:
- // FilterType specifies the usage of the created filter.
- enum FilterType {
- MEDIA_AUDIO_FILTER = 0,
- TTS_AUDIO_FILTER,
- COMMUNICATION_AUDIO_FILTER,
- ALARM_AUDIO_FILTER,
- };
-
- // Creates a new AudioFilterInterface.
- static std::unique_ptr<AudioFilterInterface> MakeAudioFilter(
- FilterType filter_type);
-};
-
-} // namespace media
-} // namespace chromecast
-
-#endif // CHROMECAST_MEDIA_CMA_BACKEND_ALSA_FILTER_AUDIO_FILTER_FACTORY_H_
« no previous file with comments | « chromecast/media/cma/backend/alsa/BUILD.gn ('k') | chromecast/media/cma/backend/alsa/audio_filter_factory_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698