-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
bugSomething isn't workingSomething isn't workingjavascriptPull requests that update javascript codePull requests that update javascript code
Description
python/agent/Real time conversational agent
I am getting following error. Running it on VM - Ubuntu 24.04 LTS, Node 22
Failed to construct 'AudioWorkletNode': AudioWorkletNode cannot be created: No execution context available.
In client/serc/hooks/In useLiveConnection.useCallback[setupAudioRecording]
const workletNode = new AudioWorkletNode(audioCtx, "audio-recorder-processor");
This is happening after calling - audioCtx.audioWorklet.addModule(RECORDER_WORKLET_PATH);
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingjavascriptPull requests that update javascript codePull requests that update javascript code