You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/01/17 11:09:51 UTC

[GitHub] [cordova-plugin-media] koraysels opened a new issue #264: multiple sounds at once glitches out

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-media] d9media commented on issue #264: multiple sounds at once glitches out

Posted by GitBox <gi...@apache.org>.
d9media commented on issue #264: multiple sounds at once glitches out
URL: https://github.com/apache/cordova-plugin-media/issues/264#issuecomment-576912677
 
 
   Hey koraysels, hope you don't mind me asking but I am having trouble getting started with Capacitor and ionic and was wondering if you were using React or Angular in your project? Can*t seem to get it too work at all.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org