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

Decode WavPack (.wv) audio to PCM .wav on-device via the tiny dependency-free WavPack decoder over Dart FFI, or WASM on the web. All six Flutter platforms.

Use this package as a library

Depend on it

Run this command:

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 flutter pub get):

dependencies:
  flutter_tiny_wavpack_decoder: ^1.1.0

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_tiny_wavpack_decoder/flutter_tiny_wavpack_decoder.dart';
1
likes
160
points
122
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Decode WavPack (.wv) audio to PCM .wav on-device via the tiny dependency-free WavPack decoder over Dart FFI, or WASM on the web. All six Flutter platforms.

Repository (GitHub)
View/report issues

Topics

#audio #wavpack #codec #decoder #ffi

License

MIT (license)

Dependencies

ffi, flutter, flutter_web_plugins, meta, web

More

Packages that depend on flutter_tiny_wavpack_decoder

Packages that implement flutter_tiny_wavpack_decoder