vorbis_decoder_ffi 0.2.1
vorbis_decoder_ffi: ^0.2.1 copied to clipboard
Ogg Vorbis decoder for Flutter on Android, iOS, and macOS, powered by stb_vorbis through FFI. Decodes in-memory Ogg streams to interleaved 16-bit PCM.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vorbis_decoder_ffiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vorbis_decoder_ffi: ^0.2.1Alternatively, 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:vorbis_decoder_ffi/vorbis_decoder_ffi.dart';