feat: implement Opus demuxing for browser streams, cache headers for playback, and enable microphone input in recorder
This commit is contained in:
@@ -29,7 +29,7 @@ export async function startRecording(client: Client, channel: VoiceChannel): Pro
|
||||
guildId: channel.guild.id,
|
||||
adapterCreator: channel.guild.voiceAdapterCreator as any,
|
||||
selfDeaf: false,
|
||||
selfMute: true,
|
||||
selfMute: false,
|
||||
debug: true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user