mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
clipfix
This commit is contained in:
@@ -530,7 +530,7 @@ export default function VipAudioUploadCard({
|
||||
},
|
||||
});
|
||||
|
||||
const context = new AudioContext({ latencyHint: 'interactive', sampleRate: TARGET_SAMPLE_RATE });
|
||||
const context = new AudioContext({ latencyHint: 'interactive' });
|
||||
const source = context.createMediaStreamSource(stream);
|
||||
const processor = context.createScriptProcessor(1024, 1, 1);
|
||||
const muteGain = context.createGain();
|
||||
|
||||
Reference in New Issue
Block a user