quiet / quiet-js

Transmit data with sound using Web Audio -- Javascript binding for libquiet
BSD 3-Clause "New" or "Revised" License
2.18k stars 151 forks source link

Online demo doesn't work on mobiles #38

Closed yaroslav-perec closed 3 years ago

yaroslav-perec commented 3 years ago

Hello there,

I've tried the online example and it works well on my laptop, but it doesn't work on my mobile, for testing, I used iPhone 11 and different browsers (Chrome and Safari) when I try to send text, my mobile doesn't produce any sound (I've tried both audible and ultrasonic option).

Is this example supposed to work on mobiles?

brian-armstrong commented 3 years ago

Hello,

It works for me on mobile Safari, but I need to flip the mute switch on. I'm guessing there is something needed for mobile Safari to avoid this. Does that fix it for you at least?

yaroslav-perec commented 3 years ago

@brian-armstrong

Yes, the problem was with silent mode, thanks a lot!