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
Encountered an issue when following the JavaScript example provided for conversational AI. The app fails to start a connect to Elevenlabs and throws an error related to the AudioContext construction.
Steps to Reproduce
Follow the JavaScript example provided for conversational AI.
Attempt to start a conversation using the provided code.
Observe the error in the console.
bundle.js:1 Error starting conversation: TypeError: Failed to construct 'AudioContext': Failed to read the 'sampleRate' property from 'AudioContextOptions': The provided float value is non-finite. at c.create (bundle.js:1:6019) at p.startSession (bundle.js:1:8357) at async HTMLButtonElement.<anonymous> (bundle.js:1:14599)
The text was updated successfully, but these errors were encountered:
Encountered an issue when following the JavaScript example provided for conversational AI. The app fails to start a connect to Elevenlabs and throws an error related to the AudioContext construction.
Steps to Reproduce
bundle.js:1 Error starting conversation: TypeError: Failed to construct 'AudioContext': Failed to read the 'sampleRate' property from 'AudioContextOptions': The provided float value is non-finite. at c.create (bundle.js:1:6019) at p.startSession (bundle.js:1:8357) at async HTMLButtonElement.<anonymous> (bundle.js:1:14599)
The text was updated successfully, but these errors were encountered: