2026-03-02T07-46-08_auto_memory/memories.db-wal

This commit is contained in:
Nicholai Vogel 2026-03-02 00:46:09 -07:00
parent 6e56b11607
commit 36df35a9a0
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -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) => {