alemangui / pizzicato

Library to simplify the way you create and manipulate sounds with the Web Audio API.
https://alemangui.github.io/pizzicato/
MIT License
1.66k stars 130 forks source link

Showing Progress precent when loading a file #144

Open kyoukhana opened 3 years ago

kyoukhana commented 3 years ago

Is it possible to show percent loaded when loading a file to a grope like this

var AudioGroup = new Pizzicato.Group();
AudioGroup.addSound(new Pizzicato.Sound({source: 'file', options: { path: 'info.mp3', loop: true }}));

Then a play button will be enabled to play once the file is 100% loaded