diff --git a/memory/memories.db-wal b/memory/memories.db-wal index f82c97c41..510e5769b 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ diff --git a/tools/meeting-notes/src/index.ts b/tools/meeting-notes/src/index.ts index 76fb91034..c1b1c30e9 100644 --- a/tools/meeting-notes/src/index.ts +++ b/tools/meeting-notes/src/index.ts @@ -308,9 +308,7 @@ class MeetingNotesBot { fs.writeFileSync(rawFile, combined); const ffmpeg = spawn('ffmpeg', [ - '-f', 's16le', - '-ar', String(SAMPLE_RATE), - '-ac', String(CHANNELS), + '-f', 'opus', '-i', rawFile, '-ar', '16000', '-ac', '1',