<audio controls>

I trying to the source of audio is wav to play,But safari and Quick time player is not working.

So I must input two letter for tags.

That is like this.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<audio oncontextmenu="return false" preload="none" controls>

<source src="filename.wav" type="audio/wav">

<source src="filename.m4a" type="audio/aac">

</audio>


m4a file is able to move, But the wav data is not suport.

Is safari not suporting for wav?

I wanna play the big size wav for hi-res audio at 96KHz 24bit.

AAC is minimum size, but It is comprescondence.

I wanna send for good sound.

Will apple can move it on later?

Please tell me ,somone!

&lt;audio controls&gt;
 
 
Q