diff options
-rwxr-xr-x | snd-aloop-encode.sh | 4 | ||||
-rwxr-xr-x | snd-aloop-play.sh | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/snd-aloop-encode.sh b/snd-aloop-encode.sh new file mode 100755 index 0000000..7a99a81 --- /dev/null +++ b/snd-aloop-encode.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# encode audio from my snd-aloop sound card + +./dabplus-enc-alsa-zmq -d hw:1 -c 2 -r 32000 -b 64 -o tcp://localhost:9000 -p 58 diff --git a/snd-aloop-play.sh b/snd-aloop-play.sh new file mode 100755 index 0000000..c243279 --- /dev/null +++ b/snd-aloop-play.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# +# Play a file to my snd-aloop soundcard +mplayer -ao alsa:device=hw=1.1 -srate 32000 **/*mp3 |