pizzicato icon indicating copy to clipboard operation
pizzicato copied to clipboard

Showing Progress precent when loading a file

Open kyoukhana opened this issue 4 years ago • 0 comments

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

kyoukhana avatar Aug 17 '20 22:08 kyoukhana