Software Archive
Read-only legacy content
17061 Discussions

Low-latency audio plugin for Apache Cordova / Intel XDK

Joan_A_
Beginner
416 Views

Hello,

I am looking for a Cordova plugin (or Intel XDK) with low latency for playing audio files.

Intel XDK Player plugin does not seem to allow to stop just one file but it stops all files currently playing at once. Am I wrong?

I have checked Cordova Native Audio Plugin (https://github.com/floatinghotpot/cordova-plugin-nativeaudio) but it does not seem to let play just a part of the file, does not let know the current time of the file(s) playing and it does not even provide the total duration.

I need a low latency plugin that lets me know the total duration of the file as well as the current position (current time) when it is playing. I also need it let me perform actions individually for each file (stop and/or pause, play and set volume). I need it allows me to start the file in a particular position (for example, starting from the second 30).

This is for an engine I am developing as a hobby. I am already using four ways to play audio files: Web Audio API, Audio API, SoundManager 2 and Apache Cordova Media Plugin. But I think there are better solutions out there to get rid of the latency. If I find a good one, I would like to add it to my engine so users who use it (if any) will have an option when they look for low latency.

I really prefer well documented and maintained plugins. The more used by the community, the better.

Thank you very much in advance.

Cheers,
 Joan

0 Kudos
0 Replies
Reply