1
0
Fork 0

scripts -> bin

This commit is contained in:
Rodrigo Franco 2023-12-10 16:08:21 -03:00
parent 5f4120d620
commit 06e985be46
6 changed files with 0 additions and 25 deletions

View File

@ -1,5 +0,0 @@
#!/bin/bash
pkill sox
gcc jerdehl.c -lm -o jerdehl
./jerdehl | play --ignore-length -t raw -e signed-integer -S -b 32 -c 1 -r 16000 -

View File

@ -1,4 +0,0 @@
#!/bin/bash
gcc jerdehl.c -lm -o jerdehl
./jerdehl >jerdehl.raw

View File

@ -1,3 +0,0 @@
#!/bin/bash
ffmpeg -f s16le -ar 16000 -ac 2 -i jerdehl.raw jerdehl.wav

View File

@ -1,3 +0,0 @@
#!/bin/bash
./snapshots/bin/jerdehl | play --ignore-length -t raw -e signed-integer -S -b 32 -c 1 -r 16000 -

View File

@ -1,5 +0,0 @@
#!/bin/bash
while true; do
ls *.c | entr ./build.sh
done

View File

@ -1,5 +0,0 @@
#!/bin/sh
cp jerdehl.c snapshots/src
gcc jerdehl.c -lm -o jerdehl
cp ./jerdehl snapshots/bin