cordova-plugin-media
cordova-plugin-media copied to clipboard
Response time and play mp3 samples
Hi Guys, help us please.
I have two problems when I use this plugin:
- I can not play one and the same mp3 parallel and at the same time
- I can not do mp3 preload to reduce the response time when creating an instance
Maybe you have any ideas on this?
What platform and plugin version?
@janpio android & ios, plugin version is latest.
@janpio I think this plugin does not know how to do it, is it possible?
Very possible, I don't know enough about it to answer that (besides reading the README, which doesn't really say too much about it)
This plugin is designed for single play without preloading.
try the nativeaudio plugin if you want polyphony and preloading features. It suits more playing a defined set of short sounds (like sound effects).