kbumsik / opus-media-recorder

MediaRecorder polyfill for Opus recording using WebAssembly
http://kbumsik.io/opus-media-recorder/
Other
318 stars 39 forks source link

Is it higher quality audio to use this with audio/wav than the standard audio encoding for media recorder? #64

Open trackedsupport opened 2 years ago

trackedsupport commented 2 years ago

Right now I'm using mp4 or webm with the default audio encoding options but was wondering if the audio being saved is compressed. So if I use audio/wav with something like this, will it then not be compressed and be higher quality? Thanks!