floatinghotpot / cordova-plugin-nativeaudio

The low latency audio plugin is designed to enable low latency and polyphonic audio from Cordova/PhoneGap applications, using a very simple and basic API.
MIT License
233 stars 290 forks source link

[question] How to use “voices” in preloadComplex? #135

Open martinarnaud opened 6 years ago

martinarnaud commented 6 years ago

Hi, Thanks for this plugin!

I need to play different mp3 files together and perfectly synchronised. I suppose the “voice” option of the function “preloadComplex” should be used for this. But I really (really) was not able to find any usable documentation or even a working example to use it.

Can you please write a few lines of explanation for the “voice” option? Thanks!