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

Unified Diff: LayoutTests/webaudio/audiobuffersource-loop-points.html

Issue 191653002: Shorten duration of audio in audiobuffersource-loop-points WebAudio test (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 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: LayoutTests/webaudio/audiobuffersource-loop-points.html
diff --git a/LayoutTests/webaudio/audiobuffersource-loop-points.html b/LayoutTests/webaudio/audiobuffersource-loop-points.html
index 197d5cf6b42a5c1303bde1ff19db2d432dc9914b..c303a7fc411221e55ea248989c1e65b4fdd541c4 100644
--- a/LayoutTests/webaudio/audiobuffersource-loop-points.html
+++ b/LayoutTests/webaudio/audiobuffersource-loop-points.html
@@ -16,8 +16,8 @@ Tests that AudioBufferSourceNode supports loop-points with .loopStart and .loopE
window.onload = init;
var sampleRate = 44100.0;
-var numberOfNotes = 72; // play over a 6 octave range
-var noteDuration = 0.100;
+var numberOfNotes = 60; // play over a 5 octave range
+var noteDuration = 0.025;
var noteSpacing = noteDuration + 0.005; // leave 5ms of silence between each "note"
var lengthInSeconds = numberOfNotes * noteSpacing;

Powered by Google App Engine
This is Rietveld 408576698