feat: implement rendering

This commit is contained in:
2026-05-28 01:48:52 -04:00
parent 862a333131
commit 24ef5a67c4
11 changed files with 225 additions and 71 deletions

View File

@@ -120,8 +120,8 @@ pub async fn handle(state: State, interaction: Interaction) {
.expect("TODO");
match join_and_record()
.audio_channels(state.audio_channels)
.audio_sample_rate(state.audio_sample_rate)
.audio_channels(state.audio_channels.into())
.audio_sample_rate(state.audio_sample_rate.into())
.guild_id(guild_id)
.recording_manager(state.recording_manager)
.songbird(&state.songbird)