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
Great article! I get this when attempting to play the game:
Uncaught TypeError: Failed to set the 'buffer' property on 'AudioBufferSourceNode': The provided value is not of type 'AudioBuffer'.
at X_ ((index):24)
at ut ((index):24)
at (index):24
Chrome Version 61.0.3163.100 (Official Build) (64-bit) under Linux Mint
The text was updated successfully, but these errors were encountered:
I believe I hit the same issue in Microsoft Edge. It looks like main.js tries to play an audio clip (when printing out "Initiating...") prior to generating it with the Sonant-X API.
Great article! I get this when attempting to play the game:
Uncaught TypeError: Failed to set the 'buffer' property on 'AudioBufferSourceNode': The provided value is not of type 'AudioBuffer'.
at X_ ((index):24)
at ut ((index):24)
at (index):24
Chrome Version 61.0.3163.100 (Official Build) (64-bit) under Linux Mint
The text was updated successfully, but these errors were encountered: