mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-27 18:56:58 +00:00
cleanup
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user