Initial commit

This commit is contained in:
Cristian Gora
2026-02-13 17:51:10 +01:00
commit 5d5ab53801
4 changed files with 311 additions and 0 deletions

5
gen.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -xe
make gen && ./gen | ffmpeg -f s16le -i pipe: -y output.mp3