ozdemirburak / morse-code-translator

Translate text to Morse code and vice versa, with the option to play Morse code audio.
https://morsecodetranslator.com
MIT License
216 stars 57 forks source link

Error #14

Closed ShootDot closed 4 years ago

ShootDot commented 4 years ago

TypeError: Cannot read property 'createOscillator' of null at Object.audio in morsify/src/morsify.js — line 192

ozdemirburak commented 4 years ago

If the AudioContext object can't be created, then you will get this error. Make sure that your environment supports AudioContext.