My understanding is that .wav files are hardly compressed at all, and have not really been of much use in the past 10 years.  The .mp3 format is patent-encumbered, which I believe means that a browser needs to pay a licensing fee to some group in Los Angeles if they want their browser to be able to play those files.  Same goes for .aac, although it's a slightly higher-tech version of .mp3.  Vorbis is a non-patent encumbered codec similar to .mp3 (it is lossy..) but with more advanced compression algorithms.  FLAC is a non-patent encumbered free audio codec that is lossless.  If all goes according to plan, Vorbis and FLAC will eventually largely replace MP3 and AAC.<div>

<br></div><div>Because of the patents, not every browser will decide that it's worth the cost to implement all audio codecs, and I believe the current state of things is that no single file will work in every browser popularly in use, so if you want to use html5 audio as much as possible, but also guarantee that the music works in every browser, then you will need a tiered solution offering multiple files (the browser will pick out the one that it understands) with a final fallback to some plugin like Flash.</div>

<div><br></div><div>It is primarily about video, but this page has a lot of really good info about audio as well: <a href="http://diveintohtml5.org/video.html#audio-codecs">http://diveintohtml5.org/video.html#audio-codecs</a><br>

<br><br><div class="gmail_quote">On Sun, Aug 21, 2011 at 3:03 PM,  <span dir="ltr"><<a href="mailto:help-request@lists.whatwg.org">help-request@lists.whatwg.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Send Help mailing list submissions to<br>
        <a href="mailto:help@lists.whatwg.org">help@lists.whatwg.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.whatwg.org/listinfo.cgi/help-whatwg.org" target="_blank">http://lists.whatwg.org/listinfo.cgi/help-whatwg.org</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:help-request@lists.whatwg.org">help-request@lists.whatwg.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:help-owner@lists.whatwg.org">help-owner@lists.whatwg.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Help digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. HTML5 Audio Support Ready or Not? (msacks)<br>
   2. Re: HTML5 Audio Support Ready or Not? (Andrew Croce)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 21 Aug 2011 08:44:34 -0700<br>
From: msacks <<a href="mailto:ntwrkd@gmail.com">ntwrkd@gmail.com</a>><br>
To: <a href="mailto:help@lists.whatwg.org">help@lists.whatwg.org</a><br>
Subject: [html5] HTML5 Audio Support Ready or Not?<br>
Message-ID:<br>
        <<a href="mailto:CADrkmAw7h_pOStiRs_-oQQd3p8LFhyaHki0AtyjvtNp35Yphdw@mail.gmail.com">CADrkmAw7h_pOStiRs_-oQQd3p8LFhyaHki0AtyjvtNp35Yphdw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Hi List,<br>
I was recently told that HTML5 audio support is not very good.<br>
Although I haven't tested this for myself I always like to support<br>
opinion with data and facts.<br>
Results on Google for articles on the subject aren't all that<br>
prolific, perhaps I am using the wrong query. I did find this:<br>
<a href="http://www.phoboslab.org/log/2011/03/the-state-of-html5-audio" target="_blank">http://www.phoboslab.org/log/2011/03/the-state-of-html5-audio</a><br>
<br>
My question is for those of the opinion that HTML5 audio support isn't<br>
"very good", I'd like to know in comparison to what?<br>
Also, are there any articles citing an opinion for or against HTML5 Audio?<br>
More importantly, to those working on the specifications on this list,<br>
what is your experience with this.<br>
<br>
<br>
NOTE: I may end up using some quotes from this discussion for an<br>
article to be published on thebitsource com.<br>
<br>
Thank you,<br>
@msacks<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 21 Aug 2011 14:56:16 -0400<br>
From: Andrew Croce <<a href="mailto:andrew.croce@gmail.com">andrew.croce@gmail.com</a>><br>
To: msacks <<a href="mailto:ntwrkd@gmail.com">ntwrkd@gmail.com</a>><br>
Cc: "<a href="mailto:help@lists.whatwg.org">help@lists.whatwg.org</a>" <<a href="mailto:help@lists.whatwg.org">help@lists.whatwg.org</a>><br>
Subject: Re: [html5] HTML5 Audio Support Ready or Not?<br>
Message-ID: <<a href="mailto:2A2E7F92-5EC5-4D62-8D1F-FAB1967BC794@gmail.com">2A2E7F92-5EC5-4D62-8D1F-FAB1967BC794@gmail.com</a>><br>
Content-Type: text/plain;       charset=us-ascii<br>
<br>
>From what I understand the major concern is not so much whether native html5 audio is good or bad, but to what extent different browsers are supporting it. I cannot speak to the problem of audio quality, and I suspect that these issues will be sorted out in due time. In my opinion the problem right now is that there are three main formats (ogg, mp3, and wav) and different browsers support different ones. Currently I believe Chrome is the only one that supports all three.<br>


<br>
If you end up using it, right now wav format is probably the safest, with fallback support for flash or qt or direct download.<br>
<br>
My 2 cents,<br>
Andrew Croce<br>
<br>
On Aug 21, 2011, at 11:44 AM, msacks <<a href="mailto:ntwrkd@gmail.com">ntwrkd@gmail.com</a>> wrote:<br>
<br>
> Hi List,<br>
> I was recently told that HTML5 audio support is not very good.<br>
> Although I haven't tested this for myself I always like to support<br>
> opinion with data and facts.<br>
> Results on Google for articles on the subject aren't all that<br>
> prolific, perhaps I am using the wrong query. I did find this:<br>
> <a href="http://www.phoboslab.org/log/2011/03/the-state-of-html5-audio" target="_blank">http://www.phoboslab.org/log/2011/03/the-state-of-html5-audio</a><br>
><br>
> My question is for those of the opinion that HTML5 audio support isn't<br>
> "very good", I'd like to know in comparison to what?<br>
> Also, are there any articles citing an opinion for or against HTML5 Audio?<br>
> More importantly, to those working on the specifications on this list,<br>
> what is your experience with this.<br>
><br>
><br>
> NOTE: I may end up using some quotes from this discussion for an<br>
> article to be published on thebitsource com.<br>
><br>
> Thank you,<br>
> @msacks<br>
> _______________________________________________<br>
> Help mailing list<br>
> <a href="mailto:Help@lists.whatwg.org">Help@lists.whatwg.org</a><br>
> <a href="http://lists.whatwg.org/listinfo.cgi/help-whatwg.org" target="_blank">http://lists.whatwg.org/listinfo.cgi/help-whatwg.org</a><br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Help mailing list<br>
<a href="mailto:Help@lists.whatwg.org">Help@lists.whatwg.org</a><br>
<a href="http://lists.whatwg.org/listinfo.cgi/help-whatwg.org" target="_blank">http://lists.whatwg.org/listinfo.cgi/help-whatwg.org</a><br>
<br>
<br>
End of Help Digest, Vol 48, Issue 10<br>
************************************<br>
</blockquote></div><br></div>