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

Unified Diff: chrome/test/data/webrtc/webrtc_audio_quality_test.html

Issue 2773083002: Reland of WebRTC: Use the MediaStream Recording API for the audio_quality_browsertest.
Patch Set: Fix issues with MOS score. 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: chrome/test/data/webrtc/webrtc_audio_quality_test.html
diff --git a/chrome/test/data/webrtc/webrtc_audio_quality_test.html b/chrome/test/data/webrtc/webrtc_audio_quality_test.html
index 3601a23c62a25640df5f4cd86859b16d156caeb7..4b17c80a9f02f36496b40cb4c2596dbac70763c3 100644
--- a/chrome/test/data/webrtc/webrtc_audio_quality_test.html
+++ b/chrome/test/data/webrtc/webrtc_audio_quality_test.html
@@ -3,6 +3,7 @@
<head>
<title>WebRTC Automated Test</title>
<script type="text/javascript" src="adapter.js"></script>
+ <script type="text/javascript" src="audio_extraction.js"></script>
<script type="text/javascript" src="test_functions.js"></script>
<script type="text/javascript" src="peerconnection.js"></script>
<script type="text/javascript" src="munge_sdp.js"></script>

Powered by Google App Engine
This is Rietveld 408576698