Add loop player.

This commit is contained in:
Roman Zeyde
2014-06-25 21:49:03 +03:00
parent 6f4d6e1f8d
commit d7e45bc9df

2
loop.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
(while [ true ]; do cat $1; done ) | aplay -q -f S16_LE -c 1 -r 32000