We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e817f53 commit a3830f0Copy full SHA for a3830f0
gen.sh
@@ -1,3 +1,2 @@
1
#!/bin/bash
2
-youtube-dl -o ./download/$2.m4a -f 140 $1
3
-ffmpeg -i ./download/$2.m4a -f s16le -ar 48000 -ac 2 pipe:1 | dca > ./audio_cache/$2.dca
+ffmpeg -i download/$1.m4a -f s16le -ar 48000 -ac 2 pipe:1 | dca > audio_cache/$1.dca
0 commit comments