openbsd-ports/audio/esound/patches/patch-test-script
martynas 6b4cd39bde revert to 0.2.34; this is known to cause problems for devices with
48kHz sampling rate, originally reported by Gareth <garf at
loveandnature dot co dot za>
testing and patches from jakemsr@, aanriot@ and Tim van der Molen
<tbvdm.lists at xs4all dot nl>
ok naddy@, jakemsr@, simon@, jasper@
2007-08-11 17:29:36 +00:00

17 lines
353 B
Plaintext

--- test-script.orig Wed Jul 15 04:26:14 1998
+++ test-script Tue Mar 5 09:21:40 2002
@@ -1,4 +1,4 @@
-#!/bin/tcsh
+#!/usr/local/bin/tcsh
echo welcome to the test.
echo ""
@@ -40,7 +40,6 @@ echo $< >& /dev/null
esdmon > sample.raw &
esdcat -b -m -r 11025 test.wav
sleep 3
-killall esdmon
echo press enter to continue...
echo $< >& /dev/null