I want to do some audio synthesis in JavaScript using html5 <audio>
tag with inline data src's.

The easiest way is to generate a WAV PCM RIFF header and append the
audio data, but this format is not supported by chromium (with FF
there's no problem).

Creating an OGG should solve the problem (it also supports
uncompressed PCM data) but it's a too complex format (we must create
the container, split the sample into frames, etc).

My questions are:

1) Is there any different way to do what i want?
2) Are there any plans to support the WAV/PCM format? (If not, read
this as a feature request, just for simple WAV files with raw data).

Thanks to all!

-Pedro

--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to