diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-06-03 14:54:21 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-06-03 14:54:21 +0200 |
commit | 33fcc80be5e6d7c755a8bcc285854e872787ff38 (patch) | |
tree | b094eaded5d42bfd2258ecaba84f838bcd37893e /os2eindopdracht/makefile | |
parent | be7c24ad3e39c2a84c5bf9b264c5c89c811b8162 (diff) |
filtering working on chunks
Diffstat (limited to 'os2eindopdracht/makefile')
-rw-r--r-- | os2eindopdracht/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os2eindopdracht/makefile b/os2eindopdracht/makefile index f71ef29..3d8f260 100644 --- a/os2eindopdracht/makefile +++ b/os2eindopdracht/makefile @@ -26,7 +26,7 @@ original.pcm: original.flac ./any2s16lepcm $< $@ edit.pcm: original.pcm ./main - ./main $< $@ + ./main $< $@ -b-4 -t-18 edit.wav: edit.pcm ./s16lepcm2any $< $@ |