Forgot to include these workaround wrappers

This commit is contained in:
Job Bautista 2022-04-27 22:06:35 +08:00
parent 77c69653e8
commit 1f749b0cef
2 changed files with 4 additions and 0 deletions

2
myplay-repeat.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
play --buffer $2 -S -V1 "${@:3}" repeat "$1" # $1 = how many times to repeat, $2 = buffer

2
mysox.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
sox -q -V1 "${@:2}" -t wav "$1" # $1 = outfile