Correct paths in example file
This commit is contained in:
parent
6b7cde537d
commit
7911d0870d
|
|
@ -1,9 +1,9 @@
|
|||
simple audio test
|
||||
|
||||
V_V2 1 0 file ..\exampleswav\gits.wav snd 0 0 1.0 0 0 32
|
||||
V_V2 1 0 file gits.wav snd 0 0 1.0 0 0 32
|
||||
R_R1 1 0 1M
|
||||
|
||||
.sndparam ..\exampleswav\test-io.wav 48000 wav24 1.0 0.0 1.0
|
||||
.sndparam test-io.wav 48000 wav24 1.0 0.0 1.0
|
||||
.sndprint tran v(1)
|
||||
.tran 2.08333e-05 2.0 0 2.08333e-05
|
||||
.op
|
||||
|
|
@ -11,7 +11,7 @@ R_R1 1 0 1M
|
|||
.control
|
||||
if $?batchmode
|
||||
else
|
||||
sndparam ..\exampleswav\test-io.wav 48000 wav24 1.0 0.0 1.0
|
||||
sndparam $inputdir/test-io.wav 48000 wav24 1.0 0.0 1.0
|
||||
tran 6.5104166e-07 3.0 0.1 6.5104166e-07
|
||||
rusage
|
||||
sndprint v(1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue