Skip to content

An audio player plugin for the go-flutter desktop embedding.

License

Notifications You must be signed in to change notification settings

jslater89/warble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

An audio player plugin for the go-flutter desktop embedding.

Resources

License

Stars

Watchers

Forks

Packages

No packages published