samccone / noise

:speaker: Recreating the dialup modem in JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome error..

Zibri opened this issue · comments

commented

The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu

The audio setup must be called from within a user gesture like a button click.

commented

Anyway, the decoding in multiplex does not work.