flutter_tiny_wavpack_decoder 1.0.0 copy "flutter_tiny_wavpack_decoder: ^1.0.0" to clipboard
flutter_tiny_wavpack_decoder: ^1.0.0 copied to clipboard

Decode WavPack (.wv) audio to PCM .wav on-device via the tiny dependency-free WavPack decoder over Dart FFI. Android, iOS, macOS, Linux, Windows.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_tiny_wavpack_decoder

With Flutter:

 $ flutter pub add flutter_tiny_wavpack_decoder

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

dependencies:
  flutter_tiny_wavpack_decoder: ^1.0.0

Alternatively, your editor might support dart pub get or 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_tiny_wavpack_decoder/flutter_tiny_wavpack_decoder.dart';
3
likes
0
points
122
downloads

Publisher

unverified uploader

Weekly Downloads

Decode WavPack (.wv) audio to PCM .wav on-device via the tiny dependency-free WavPack decoder over Dart FFI. Android, iOS, macOS, Linux, Windows.

Repository (GitHub)
View/report issues

Topics

#audio #wavpack #codec #decoder #ffi

License

unknown (license)

Dependencies

ffi, flutter, meta

More

Packages that depend on flutter_tiny_wavpack_decoder

Packages that implement flutter_tiny_wavpack_decoder