0 purchases
webm to wav
webm_to_wav_converter #
Flutter package for webm-to-wav-converter npm package
Browser's MediaRecorder API generate a audio/webm Blob which is not very useful if you want to do some processing on the audio. This is a simple JavaScript package to convert audio/webm audio recorded in browser into audio/wave format. It doesn't use any Worker to do the conversion.
Getting started #
flutter pub add webm_to_wav
copied to clipboard
Usage #
import 'package:webm_to_wav/webm_to_wav.dart';
copied to clipboard
See webm-to-wav-converter for documentation.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.