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

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

Issue 2753543010: WebRTC: Use the MediaStream Recording API for the audio_quality_browsertest. (Closed)
Patch Set: 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..7cf977acae008edf6f59c7186217538abd95c8b4 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>
@@ -15,7 +16,8 @@
<table border="0">
<tr>
<td><audio id="local-view" autoplay muted></audio></td>
- <td><audio id="remote-view" autoplay></audio></td>
+ <td><audio id="remote-view" autoplay onplay="startAudioCapture(25)">
hbos_chromium 2017/03/20 11:08:21 This makes any audio quality test (loading this .h
kjellander_chromium 2017/03/21 11:09:01 It sounds like a good idea, but not strictly neces
+ </audio></td>
</tr>
</table>
</body>

Powered by Google App Engine
This is Rietveld 408576698