Closed
Bug 1074141
Opened 11 years ago
Closed 10 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)
616 bytes,
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•11 years ago
|
||
Arg apparently my tarball is too large
Reporter | ||
Comment 2•11 years ago
|
||
Here is a dropbox link: https://dl.dropboxusercontent.com/u/413030/music-thang.tar
Comment 3•11 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•11 years ago
|
||
Strangely enough, this does work in chrome -- attached more straight forward test case
Updated•11 years ago
|
Assignee: jypenator → nobody
Component: API: Web Audio → Web Audio
Product: Developer Documentation → Core
Updated•11 years ago
|
Priority: -- → P2
Updated•10 years ago
|
Component: Web Audio → Audio/Video: Playback
Comment 5•10 years ago
|
||
Only U8 and S16 are supported. These files are S32 (24 bit).
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•