diff --git a/memory/memories.db-wal b/memory/memories.db-wal index 29a8febd2..b35b8f72d 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 cc5b92ca9..8708714be 100644 --- a/tools/meeting-notes/src/index.ts +++ b/tools/meeting-notes/src/index.ts @@ -297,6 +297,8 @@ class MeetingNotesBot { '-ar', String(SAMPLE_RATE), '-ac', String(CHANNELS), '-i', rawFile, + '-ar', '16000', + '-ac', '1', '-y', wavFile, ]);