diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-06-03 14:10:26 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-06-03 14:10:26 +0200 |
commit | be7c24ad3e39c2a84c5bf9b264c5c89c811b8162 (patch) | |
tree | a4a61e94dc66dff59a58ea5d311999df9f3dd5ac /os2eindopdracht/makefile | |
parent | 929f168ef81cd0252bd6853a8dbe21a128e4e435 (diff) |
split stream into sample blocks
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 41fd730..f71ef29 100644 --- a/os2eindopdracht/makefile +++ b/os2eindopdracht/makefile @@ -26,7 +26,7 @@ original.pcm: original.flac ./any2s16lepcm $< $@ edit.pcm: original.pcm ./main - ./main $< $@ -b1 -t-19 + ./main $< $@ edit.wav: edit.pcm ./s16lepcm2any $< $@ |