Replies: 2 comments 2 replies
-
@possibly - This package uses the package @ffmpeg/ffmpeg to convert audio from ![]() In case you are using vite, I can share a code snippet with you that would at least make your development server cross-origion isolated |
Beta Was this translation helpful? Give feedback.
-
@samhirtarif Ah I see. I also tried passing my desired Thanks for looking into the available options and providing the ffmpeg one! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When using MediaRecorder, the type of the Blob file can be set to formats other than webm. Is there a way to set the Blob type to audio/wav?
I have the AudioRecorder component:
addAudioElement looks like:
Using a tool like https://base64.guru/converter/decode/audio to decode the base64 encoded audio back into audio shows that the audio is in webm format.
Is it possible to simply encode the data chunks from the media recorder as audio/wav without worry about cross origin isolation since I am not interested in downloading the audio?
Beta Was this translation helpful? Give feedback.
All reactions