diff --git a/memory/memories.db-wal b/memory/memories.db-wal index 204aead57..cd6dca3ed 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ diff --git a/tools/meeting-notes/dist/index.js b/tools/meeting-notes/dist/index.js index 42607cc6d..58980bf8f 100644 --- a/tools/meeting-notes/dist/index.js +++ b/tools/meeting-notes/dist/index.js @@ -229,6 +229,8 @@ class MeetingNotesBot { '-ar', String(SAMPLE_RATE), '-ac', String(CHANNELS), '-i', rawFile, + '-ar', '16000', + '-ac', '1', '-y', wavFile, ]); ffmpeg.on('close', async (code) => {