sivaprakashDesingu / react-voice-recorder

This (react-voice-recorder) is a JavaScript library for React Applicaiton which will be used to record voice as audio and download the same.

Home Page:https://codesandbox.io/s/react-voice-recorder-mydov?file=/src/App.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mimeTypeToUseWhenRecording - what types?

bvelasquez opened this issue · comments

Hello,

Does this record only in the default audio type for the browser, or can it support more audio types? I would like to record on the desktop web app, and play it back on iOS or Android devices.

Thank you,

Barry

@bvelasquez
Currently we have only mimeTypeToUseWhenRecording={audio/webm} .

Thanks,
Shiva.