app-media
app-media copied to clipboard
<app-media-recorder /> is not recoding in audio/wav mime type.
Description
The app-media-recorder
element is not recording in proper .wav
file format.
Expected outcome
The element should generate a valid WAV format with LPCM audio for maximum audio quality.
Actual outcome
The element records in audio/webm
, even if you specify mime-type="audio/wav"
.
Live Demo
Steps to reproduce
- Put a
app-media-recorder
element in the page. - Open the page in a web browser.
- Set the
mime-type="audio/wav"
- Record using the
app-media-recorder
element.
Browsers Affected
- [x] Chrome