vorbis_decoder_ffi 0.2.1 copy "vorbis_decoder_ffi: ^0.2.1" to clipboard
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_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.1

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
160
points
15
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

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