summaryrefslogtreecommitdiffstats
path: root/ossplay.sh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2008-12-01 20:51:14 +0100
committerFlorian Pritz <f-p@gmx.at>2008-12-01 20:51:14 +0100
commit915a6da8b9fc8db6044a8a8676fdc64691f0b4ab (patch)
tree5bec82c8c931af9819ffba1e3aa27fde0983eed5 /ossplay.sh
parente894be68be85309bd7e441b765fdfd4f3a92bd51 (diff)
downloadbin-915a6da8b9fc8db6044a8a8676fdc64691f0b4ab.tar.gz
bin-915a6da8b9fc8db6044a8a8676fdc64691f0b4ab.tar.xz
hopefully fixed timeout bug in ssh-mount. added 2 scripts
Diffstat (limited to 'ossplay.sh')
-rwxr-xr-xossplay.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/ossplay.sh b/ossplay.sh
new file mode 100755
index 0000000..7d81f5c
--- /dev/null
+++ b/ossplay.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+soundfile="$1"
+vmix_to_lower="vmix0.pcm9"
+
+ossmix ${vmix_to_lower} 18
+ossplay "${soundfile}"
+ossmix ${vmix_to_lower} 25