Youtube audio distortion
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
People
(Reporter: jhnmlkvch9, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Steps to reproduce:
- Play youtube video
- Audio is fine
- Increase playback speed to 1.5x or 2x
- Audio is distorted
(Happens on Nightly as well as Preview versions of the app)
Actual results:
Audio distorted at non-normal youtube playback speeds
Expected results:
Audio should speedup without distortion
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Can you please the distorted sound you heard by launching the Firefox with environment variable MOZ_DUMP_AUDIO
is set:
MOZ_DUMP_AUDIO=1 <command-to-launch-firefox>
For example, I can use MOZ_DUMP_AUDIO=1 /Applications/Firefox\ Nightly.app/Contents/MacOS/firefox
to launch the Firefox Nightly in my Mac OSX.
By doing so, Firefox will dump the audio file from the web page with the name like AudioStream-*.wav in your current location/path. Before running this command, please set security.sandbox.content.level
to 0
so the firefox has the right to write the file to the system. After running the command, please reset the security.sandbox.content.level
to its default value (3
in my case) so Firefox can keep being your online security guard.
If it's possible, please use Firefox Nightly since a similar bug (bug 1427267) has been addressed in Nightly. It's helpful to see if the problem reported is different or not.
Reporter | ||
Comment 2•5 years ago
|
||
How do I do this on Android? I don't know why the product was changed from Android to Core on this report, but I'm seeing this on Android.
Comment 3•5 years ago
|
||
It was moved because this is likely a Gecko bug. You would need to use https://wiki.mozilla.org/Mobile/Fennec/Android/AdvancedTopics#Arguments_and_Environment_Variables to record the file. The commands will need some tweaking depending on the version of Firefox you are using to record the file.
Comment 4•5 years ago
|
||
Jonny,
Does this only happen on some particular Android device? or you can reproduce this on every Android device you have?
Reporter | ||
Comment 5•5 years ago
|
||
@C.M.Chang, I've only tried this on Pixel devices, which are the only android devices I have access to. It happens on at least 2 pixel phones.
Comment 6•5 years ago
|
||
Maybe it would be worth it to record a video on one from the other one, or something, so we can try to characterize the problem, if that's possible ?
Comment 7•3 years ago
|
||
Video or logs never were added.
Description
•