diff options
| author | Caine <caine@jihakuz.xyz> | 2026-03-07 12:52:55 +0000 |
|---|---|---|
| committer | Caine <caine@jihakuz.xyz> | 2026-03-07 12:52:55 +0000 |
| commit | 01682c62c2c9ea2f7f498544ee3aaa299c0c2423 (patch) | |
| tree | 82a86298eeed90bfba253bf03a4b3393b182b491 /encode.sh | |
Initial commit: Radio Susan scripts, configs, and SFX
Diffstat (limited to 'encode.sh')
| -rwxr-xr-x | encode.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/encode.sh b/encode.sh new file mode 100755 index 0000000..bd2f77c --- /dev/null +++ b/encode.sh @@ -0,0 +1,2 @@ +#!/bin/bash +exec ffmpeg -hide_banner -loglevel error -f wav -i pipe:0 -f mp3 -b:a 192k pipe:1 |
