webrtc/tools/e2e_quality/audio/default.pa
andrew@webrtc.org b06db96840 Add a framework for audio end-to-end quality testing.
The quality comparison step is still to be done.

BUG=issue502
TEST=manual

Review URL: https://webrtc-codereview.appspot.com/577005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2220 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-10 18:45:11 +00:00

7 lines
355 B
Plaintext
Executable File

# Place in ~/.pulse/ to add null sinks for the audio end-to-end quality test.
.include /etc/pulse/default.pa
load-module module-null-sink sink_name=render sink_properties=device.description=render format=s16 rate=48000 channels=1
load-module module-null-sink sink_name=capture sink_properties=device.description=capture format=s16 rate=48000 channels=1