2026-03-02T07-58-32_auto_memory/memories.db-wal
This commit is contained in:
parent
45f5e40ad8
commit
63191c7112
Binary file not shown.
@ -312,10 +312,10 @@ class MeetingNotesBot {
|
||||
const fs = await import('fs');
|
||||
fs.writeFileSync(rawFile, combined);
|
||||
|
||||
// Install opusscript for decoding, or use ffmpeg with raw data
|
||||
// The raw file contains concatenated opus frames - use libopus via ffmpeg
|
||||
const ffmpeg = spawn('ffmpeg', [
|
||||
'-f', 'data',
|
||||
'-f', 's16le',
|
||||
'-ar', String(SAMPLE_RATE),
|
||||
'-ac', String(CHANNELS),
|
||||
'-i', rawFile,
|
||||
'-ar', '16000',
|
||||
'-ac', '1',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user