Chromium Code Reviews
DescriptionMake fake audio file playback loop by default.
Some do long-running tests with --use-file-for-fake-audio-capture, and
since the flag doesn't loop the audio file by default, you'd need a
huge file to play audio during a long-running test.
Instead of specifying <path> you can now specify <path>%noloop for the
flag arg, e.g. --use-file-for-fake-audio-capture=/my/audio.wav%noloop
to get the old behavior. To get the new behavior, just pass a wav file
path to the flag.
The current WebRTC audio quality tests currently need the file to stop
after the first playout. Another option could be to pad the audio file
with lots of silence at the end.
BUG=618215
Committed: https://crrev.com/4d099160b7f26caae6b96a71b057db75e4d6a1af
Cr-Commit-Position: refs/heads/master@{#399458}
Patch Set 1 #Patch Set 2 : #
Total comments: 4
Patch Set 3 : Addressed comments. #Patch Set 4 : Fix win compile, change ! to % #Patch Set 5 : Update browser test #Patch Set 6 : Fix literal #Patch Set 7 : String handling is hard #
Messages
Total messages: 33 (18 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||