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

Unified Diff: media/base/BUILD.gn

Issue 1854433002: Clamp AudioBuffer float to int{16,32} conversion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Have separate functions for rounding and non-rounding Created 4 years, 8 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 | media/base/audio_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index c0213562122128cb037b15177a3c933d3b05a5bf..7b7380c69fe1a6909155a4d4a5860e3c770cf63a 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -53,6 +53,7 @@ source_set("base") {
"audio_renderer_mixer_input.cc",
"audio_renderer_mixer_input.h",
"audio_renderer_sink.h",
+ "audio_sample_conversion.h",
"audio_shifter.cc",
"audio_shifter.h",
"audio_splicer.cc",
« no previous file with comments | « no previous file | media/base/audio_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698