Orly Inom Coke
Orly Inom Coke

Reputation: 11

Some .wav files wont play

I would like to ask what could be the possible reasons why some .wav files won't play in Google Chrome Browser.

Is there any way that I could play .wav files just using the Google Chrome Browser?

Upvotes: 0

Views: 2869

Answers (2)

Iqbal Pasha
Iqbal Pasha

Reputation: 1316

try with below HTML5 code this my help you. and some files will not support due to file will have artist and its invalid formate which will be missing so it wont support.

<audio controls>
<source src="http://www.externalharddrive.com/waves/animal/dolphin.wav" type="audio/wav">
Your browser does not support the audio element.
</audio>

Upvotes: 1

JCAguilera
JCAguilera

Reputation: 976

I think this is a Chromium bug: http://code.google.com/p/chromium/issues/detail?id=83323

The gist of it is that .wav can mean a bunch of things and have various encodings. The comments recommend using a plugin to handle this or downloading the file.

Upvotes: 0

Related Questions