2026-03-02T07-55-24_auto_memory/memories.db-wal
This commit is contained in:
parent
8fbe43e476
commit
21e0622c76
Binary file not shown.
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user