w3c / mediacapture-record

MediaStream Recording
https://w3c.github.io/mediacapture-record/
Other
104 stars 21 forks source link

Is there any implementer objection to supporting audio/wav mimeType? #198

Closed guest271314 closed 3 years ago

guest271314 commented 4 years ago

"audio/wav" mimeType would be useful. The topic arises not infrequently, e.g.,

as to how to encode audio as WAV file, and conversely, how to decode WAV or PCM without WAV header to Float32Array

Before file bugs at browsers requesting support for audio/wav mimeType is there any implementer objection to supporting audio/wav mimeType?

guest271314 commented 4 years ago

Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=1379241 Chromium bug https://bugs.chromium.org/p/chromium/issues/detail?id=1070108

dontcallmedom commented 3 years ago

the specification doesn't mandate any mime type supports, so this is an implementation-dependant choice and thus implementation-only relevant.