This commit is contained in:
leo
2026-05-28 19:41:31 +02:00
parent b58fbd9eef
commit 498676270e
5 changed files with 16 additions and 8 deletions
@@ -47,8 +47,6 @@ export class RnnNoiseProcessor implements AudioProcessorInterface {
)
this.destinationNode = audioContext.createMediaStreamDestination()
// this.destinationNode.channelCount = 1
// this.destinationNode.channelCountMode = 'explicit'
// Connect the audio processing chain
this.sourceNode
@@ -65,8 +65,6 @@ const useTranscriptionState = () => {
) => {
console.log(participant, segments)
if (!participant || segments.length === 0) return
if (segments.length > 1) {