flutter_convert_wav_to_m4a 0.0.5 copy "flutter_convert_wav_to_m4a: ^0.0.5" to clipboard
flutter_convert_wav_to_m4a: ^0.0.5 copied to clipboard

Convert WAV to M4A using FFmpeg WASM in Flutter Web

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_convert_wav_to_m4a

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_convert_wav_to_m4a: ^0.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_convert_wav_to_m4a/flutter_convert_wav_to_m4a.dart';