Closed
Bug 911468
Opened 11 years ago
Closed 11 years ago
Media Encoder - Audio recorded is in lower quality than the original opus audio file
Categories
(Core :: Audio/Video: Recording, defect)
Core
Audio/Video: Recording
Tracking
()
RESOLVED
INVALID
People
(Reporter: jsmith, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
1.09 MB,
audio/ogg
|
Details |
STR
1. Go to http://mozilla.github.io/qa-testcase-data/webapi/mediarecorder/index.html
2. Select Setup under music_orig.opus
3. In console - run mediaRecorderList[0].start();
4. Select play for each set of media controls
5. Wait for the song to finish recording (~1 min and 31 sec)
6. In console - run mediaRecorderList[0].stop();
7. Playback the blob recorded
Expected
The sound quality should be the same as the original audio file.
Actual
When you compare playback of the original audio file vs. recorded audio file, you'll notice a regression in sound quality. The sound playback sounds slightly muffled at points of playback of the opus file recorded. You won't hear that playing back the original opus file.
Reporter | ||
Updated•11 years ago
|
Blocks: MediaEncoder
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Attachment #798186 -
Attachment is obsolete: true
Reporter | ||
Comment 3•11 years ago
|
||
Actually disregard - I messed up here. This is a problem with VLC media player that happens with the original and recorded audio file.
Comment 4•11 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #3)
> Actually disregard - I messed up here. This is a problem with VLC media
> player that happens with the original and recorded audio file.
Out of curiousity, what is the problem? I have a bunch of VLC developers handy here.
Reporter | ||
Comment 5•11 years ago
|
||
(In reply to Timothy B. Terriberry (:derf) from comment #4)
> (In reply to Jason Smith [:jsmith] from comment #3)
> > Actually disregard - I messed up here. This is a problem with VLC media
> > player that happens with the original and recorded audio file.
>
> Out of curiousity, what is the problem? I have a bunch of VLC developers
> handy here.
If you playback the opus media file attached in VLC media player on Windows, you'll hear the sound slightly muffled. If you play that same opus media file in the browser, you won't hear the muffled sound - the sound comes out clearly.
Comment 6•11 years ago
|
||
Can you try with the 2.1.0 prerelease of VLC?
http://download.videolan.org/pub/videolan/testing/vlc-2.1.0-pre2/
Apparently the audio output system has been completely redone.
Flags: needinfo?(jsmith)
Reporter | ||
Comment 7•11 years ago
|
||
(In reply to Timothy B. Terriberry (:derf) from comment #6)
> Can you try with the 2.1.0 prerelease of VLC?
> http://download.videolan.org/pub/videolan/testing/vlc-2.1.0-pre2/
>
> Apparently the audio output system has been completely redone.
Looks like the muffling isn't present on the vlc-2.1.0-pre2 build. Works fine in comparison to playing the same opus file in Desktop Firefox.
Flags: needinfo?(jsmith)
Updated•11 years ago
|
Component: Video/Audio → Video/Audio: Recording
You need to log in
before you can comment on or make changes to this bug.
Description
•