Closed
Bug 1074141
Opened 10 years ago
Closed 9 years ago
"The buffer passed to decodeAudioData contains an unknown content type." for wav files that are fine in other players
Categories
(Core :: Audio/Video: Playback, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 524109
People
(Reporter: fitzgen, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
STR:
* extract package
* go to the extracted dir (music-thang) and `python -m SimpleHTTPServer`
* open localhost:8000 in Nightly
* open devtools console
* notice decode errors reported in console
---------------
If you edit index.js to reference sounds/*.ogg instead of sounds/*.wav, run `npm run build` and refresh, the errors go away.
The wavs play fine in quicktime, NI maschine, and VLC; presumably elsewhere, too.
The oggs were generated from the wavs with `ffmpeg -i x.wav -acodec libvorbis x.ogg`.
---------------
Note that this app is otherwise still very buggy, so don't expect much from it.
Reporter | ||
Comment 1•10 years ago
|
||
Arg apparently my tarball is too large
Reporter | ||
Comment 2•10 years ago
|
||
Here is a dropbox link: https://dl.dropboxusercontent.com/u/413030/music-thang.tar
Comment 3•10 years ago
|
||
ffprobe results on those wavs, something's weird about those files
```
[wav @ 0x7fea09006600] no 'data' tag found
kick-1.wav: Invalid data found when processing input
```
Comment 4•10 years ago
|
||
Strangely enough, this does work in chrome -- attached more straight forward test case
Updated•10 years ago
|
Assignee: jypenator → nobody
Component: API: Web Audio → Web Audio
Product: Developer Documentation → Core
Updated•10 years ago
|
Priority: -- → P2
Updated•9 years ago
|
Component: Web Audio → Audio/Video: Playback
Only U8 and S16 are supported. These files are S32 (24 bit).
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•