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

Unified Diff: LayoutTests/webaudio/dynamicscompressor-simple.html

Issue 314743002: Reduce dynamicscompressor threshold. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/dynamicscompressor-simple.html
diff --git a/LayoutTests/webaudio/dynamicscompressor-simple.html b/LayoutTests/webaudio/dynamicscompressor-simple.html
index 827c01caf94f5b85920a200cd260ef94774867d1..88b486a2f4c076c24ba5565098f729bfa656a591 100644
--- a/LayoutTests/webaudio/dynamicscompressor-simple.html
+++ b/LayoutTests/webaudio/dynamicscompressor-simple.html
@@ -18,8 +18,8 @@
var renderedData;
// This threshold experimentally determined. It depends on the the gain value of the gain node
// below and the dynamics compressor. When the DynamicsCompressor had the pre-emphasis
- // filters, the peak value is about 0.21. Without it, the peak is 0.85.
- var peakThreshold = 0.85;
+ // filters, the peak value is about 0.21. Without it, the peak is about 0.84.
+ var peakThreshold = 0.83;
function checkResult(event) {
var renderedBuffer = event.renderedBuffer;
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698