PCM support in WebM, and Chrome's WebM implementation
问题 Does WebM support PCM for the audio codec? I didn't think it did, but I see on the WebM documentation page that there is support for a BitDepth field with the following comment: BitDepth - Bits per sample, mostly used for PCM. If WebM does support PCM, does Chrome's implementation? And if it does, what is the appropriate content type for use with MediaRecorder? These all return false: MediaRecorder.isTypeSupported('video/webm;codecs=h264,pcm'); MediaRecorder.isTypeSupported('video/webm;codecs