PolymerElements / app-media

Elements for accessing data from media input devices and visualizing that data for users
61 stars 12 forks source link

<app-media-recorder /> is not recoding in audio/wav mime type. #49

Open ShahidNaumanTEO opened 6 years ago

ShahidNaumanTEO commented 6 years ago

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

MyRecording.zip

Steps to reproduce

  1. Put a app-media-recorder element in the page.
  2. Open the page in a web browser.
  3. Set the mime-type="audio/wav"
  4. Record using the app-media-recorder element.

Browsers Affected