Closed Bug 656939 Opened 13 years ago Closed 13 years ago

wav file with Japanese name doesn't play for some reason

Categories

(Core :: Audio/Video, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 524109

People

(Reporter: bzbarsky, Unassigned)

References

()

Details

Attachments

(1 file)

Attached file Testcase
See attached testcase.  Opera plays the WAV file.  We don't.  See also original discussion at http://stackoverflow.com/questions/5980269/audio-files-with-japanese-file-names-dont-play-in-firefox
Looks like the real issue is that these are 24-bit PCM.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
To get 24-bit wav pcm to play natively in firefox, you can re-use some of the js code in http://www.grantgalitz.org/wav_player/ to decode it in js directly, then use the mozilla audio data api to play it back without plugins (Which another lib in that page does).
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: