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

Unified Diff: services/media/audio/BUILD.gn

Issue 1455303003: Add a linear interpolation resampler. (Closed) Base URL: https://github.com/domokit/mojo.git@change6
Patch Set: Final rebase before landing Created 4 years, 11 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 | « no previous file | services/media/audio/platform/generic/mixer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/audio/BUILD.gn
diff --git a/services/media/audio/BUILD.gn b/services/media/audio/BUILD.gn
index aa5402b6ec64b4fc29494355d6d1e369e29bbe24..f2551ca2fcdaebb84832dbc9731cab0d9cb827ea 100644
--- a/services/media/audio/BUILD.gn
+++ b/services/media/audio/BUILD.gn
@@ -30,6 +30,7 @@ mojo_native_application("audio_server") {
"audio_track_impl.cc",
"audio_track_to_output_link.cc",
"platform/generic/mixer.cc",
+ "platform/generic/mixers/linear_sampler.cc",
"platform/generic/mixers/no_op.cc",
"platform/generic/mixers/point_sampler.cc",
"platform/generic/standard_output_base.cc",
« no previous file with comments | « no previous file | services/media/audio/platform/generic/mixer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698