vorbis_decoder_ffi 0.2.0 copy "vorbis_decoder_ffi: ^0.2.0" to clipboard
vorbis_decoder_ffi: ^0.2.0 copied to clipboard

Ogg Vorbis audio decoder for Flutter (iOS/Android/macOS), wrapping the public-domain stb_vorbis via FFI. Decodes in-memory Ogg streams to interleaved 16-bit PCM — e.g. SF3 (compressed SoundFont) samples.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vorbis_decoder_ffi

This 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.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:vorbis_decoder_ffi/vorbis_decoder_ffi.dart';
0
likes
150
points
15
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Ogg Vorbis audio decoder for Flutter (iOS/Android/macOS), wrapping the public-domain stb_vorbis via FFI. Decodes in-memory Ogg streams to interleaved 16-bit PCM — e.g. SF3 (compressed SoundFont) samples.

Repository (GitHub)
View/report issues

Topics

#audio #codec #vorbis #ffi

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on vorbis_decoder_ffi

Packages that implement vorbis_decoder_ffi