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
Open the application in Firefox (version 133.0.3 or later).
Open the Firefox Developer Console (F12).
Click the "Start Talking" button in the GenExplainer UI.
Expected Behavior:
The application should connect to the Multimodal Live API, and audio input/output should work correctly without any errors.
Actual Behavior:
In the UI error is shown: Uncaught runtime errors:
ERROR
AudioContext.createMediaStreamSource: Connecting AudioNodes from AudioContexts with different sample-rate is currently not supported.
./src/lib/audio-recorder.ts/start/this.starting<@http://localhost:3000/static/js/bundle.js:2500:39
The application connects to the API, but the AudioContext.createMediaStreamSource error is thrown in the console, and audio input (microphone) does not seem to function properly.
Environment
Browser: Firefox 133.0.3 (64-bit) (and potentially other Firefox versions)
Operating System: Windows (and potentially other OSes)
Description of the bug:
There are no errors but audio recording doesn't seem to work on Safari. It works fine on Chrome.
Actual vs expected behavior:
Audio recording should work on all major browsers.
Any other information you'd like to share?
Safari Version 18.1.1 (20619.2.8.11.12) running on Mac OS Desktop Version 15.1.1 (24B91)
This seems to be a bug in utils.ts / audioContext. I will create a PR.
The text was updated successfully, but these errors were encountered: