Skip to content

Commit

Permalink
default settings on auto post process
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbach committed May 18, 2024
1 parent 6e7e39f commit 382f0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ export const defaultSettings = {
},
},
ffmpeg: {
removeRawRecordings: false,
autoTriggerPostProcess: false, // TODO
removeRawRecordings: true,
autoTriggerPostProcess: true,

stereoWavFilter:
"[0:a][1:a] amerge=inputs=2, pan=stereo|c0<c0+c1|c1<c2+c3, highpass=f=300, lowpass=f=3000 [a]",
Expand Down

0 comments on commit 382f0a1

Please sign in to comment.