2026-03-02T07-55-24_auto_memory/memories.db-wal

This commit is contained in:
Nicholai Vogel 2026-03-02 00:55:24 -07:00
parent 8fbe43e476
commit 21e0622c76
2 changed files with 1 additions and 3 deletions

Binary file not shown.

View File

@ -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',