warble 0.1.0 copy "warble: ^0.1.0" to clipboard
warble: ^0.1.0 copied to clipboard

An audio-playing plugin for the go-flutter desktop embedding engine.

Warble #

Warble is an audio-playing plugin for go-flutter-desktop, based on the Golang beep audio library.

var stream = (await Warble.wrapAsset(rootBundle, "assets/musicbox.mp3"))!;
await stream.play();

stream.pan(-0.25); // bias audio to left channel
stream.gain(0.6); // reduce volume

stream.pause(true)
4
likes
120
pub points
14%
popularity

Publisher

unverified uploader

An audio-playing plugin for the go-flutter desktop embedding engine.

Repository (GitHub)
View/report issues

Documentation

API reference

License

LGPL-3.0 (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on warble