Open
Bug 1092033
Opened 11 years ago
Updated 3 years ago
Failed to decode the recorded audio data chunk by using AudioContext, except the first chunk.
Categories
(Core :: Audio/Video: Recording, defect, P3)
Tracking
()
NEW
People
(Reporter: pzhang, Unassigned)
Details
Attachments
(1 file)
|
1.79 KB,
text/html
|
Details |
I tried to get PCM buffer from recorded audio chunks generated by AudioRecorder API by using AudioContext, but it always failed except the first chunk, error occurs:
The buffer passed to decodeAudioData contains invalid content which cannot be decoded successfully.
this could be reproduced by running the attached file in Firefox:
- Download attached MediaRecording.html and open in Firefox
- Click "Share selected device" if permission prompt is shown.
several seconds later, you will see the error message in console log.
Updated•10 years ago
|
Rank: 25
Priority: -- → P2
Comment 1•8 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•