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

Side by Side Diff: webrtc/tools/e2e_quality/audio/default.pa

Issue 2295283004: Remove unused audio_e2e_harness.cc and infrastructure. (Closed)
Patch Set: rebase Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « webrtc/tools/e2e_quality/audio/daemon.conf ('k') | webrtc/tools/e2e_quality/audio/perf » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Place in ~/.pulse/ to add null sinks for the audio end-to-end quality test.
2
3 .include /etc/pulse/default.pa
4
5 load-module module-null-sink sink_name=render sink_properties=device.description =render format=s16 rate=48000 channels=1
6 load-module module-null-sink sink_name=capture sink_properties=device.descriptio n=capture format=s16 rate=48000 channels=1
OLDNEW
« no previous file with comments | « webrtc/tools/e2e_quality/audio/daemon.conf ('k') | webrtc/tools/e2e_quality/audio/perf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698