webm_to_wav 0.0.1
webm_to_wav: ^0.0.1 copied to clipboard
flutter package for npm package.
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
Usage #
import 'package:webm_to_wav/webm_to_wav.dart';
See webm-to-wav-converter for documentation.