You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Firefox on Debian Jessie, and I don't get any audio from your app.
I think it might be a problem with my system, as I've had issues with audio in limited places before, but mostly it works. I was hoping you might be able to tell me what the requirements are for audio to work with your app, and then perhaps I could solve this problem I have.
The text was updated successfully, but these errors were encountered:
Hi @simbalion, appreciate the report. It's quite possible it's an issue with beatboxer, particularly if your system can play audio from other websites.
The APIs we're using to play sound are: new(window.AudioContext || window.webkitAudioContext)()
..and if that fails fallback to: new Audio(sounds[i]).play();
I'm learning that some audio APIs fare better than others with compatibility.
I'm using Firefox on Debian Jessie, and I don't get any audio from your app.
I think it might be a problem with my system, as I've had issues with audio in limited places before, but mostly it works. I was hoping you might be able to tell me what the requirements are for audio to work with your app, and then perhaps I could solve this problem I have.
The text was updated successfully, but these errors were encountered: