scribear / ScribeAR.github.io

Live Transcription for Augmented Reality Glasses
11 stars 16 forks source link

Visualizer Broken #169

Open ammpr opened 9 months ago

ammpr commented 9 months ago

Visualizer is rotated, it should be sideways. Background is transparent, based on default theme color. This makes the data impossible to fully view in some themes. Could make it white.

Error in loungeVisual.tsx according to stack trace

const setSource = async () => { const newMediaStream = await navigator.mediaDevices.getUserMedia({ audio: true, video: false })

    await (source = audioContext.createMediaStreamSource(newMediaStream))
    await (source.connect(analyser))
};