warble

Creator: coderz1093

Last updated:

0 purchases

warble Image
warble Images
Add to Cart

Description:

warble

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)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.