koraysels opened a new issue #264: multiple sounds at once glitches out URL: https://github.com/apache/cordova-plugin-media/issues/264 # Bug Report when you try to play more than one audio file at a time it starts to behave very weird. ## Problem I am making a music sequencer with small audio files wich are controlled by a timeline. If I use web audio API it works but with the media plugin it gives all kinds of weird results. It almost always plays 5 files at the same time and need to transition seamless to the next five audio files ### What is expected to happen? gapless looping, and audio polyphony should function properly.. Or at the very least the same performance as when using the Web Audio API ### Why not just keep using the Web Audio API because it stops producing audio when the app goes into the background and then comes back.. the audio stops... ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> ### Command or Code <!-- What command or code is needed to reproduce the problem? --> ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> iOS, latest cordova, also latest capacitor (i tested both with this plugin) ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
