gemini changes 2

This commit is contained in:
Logan
2026-04-11 22:28:46 -04:00
parent b4b2f19e10
commit f8c58dbda8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class CallRecorder:
cmd = [
"ffmpeg", "-y",
"-f", "pulse",
"-i", "default.monitor",
"-i", "default",
"-acodec", "libmp3lame",
"-ar", "22050",
"-b:a", "32k",
+1 -1
View File
@@ -113,7 +113,7 @@ class RadioBot:
# Read directly from PulseAudio monitor (zero-delay, no Icecast buffer).
# PULSE_SERVER is set in the container environment to the shared socket.
source = discord.FFmpegPCMAudio(
"default.monitor",
"default",
before_options="-f pulse",
)
self._voice_client.play(