| Hi all,
I have been trying to use DirectCsound for simulaneous wave in and
out. I have a soundblaster AWE64 with the latest drivers, and DirectX 5.2
running on win95 with a 233mhz pentium. I use this setup for realtime MIDI
in -> wave out with success. I've tried realtime wave input with a variety
of comman-line flags, but I get either no input or an "unable to create
directX object" error message. My test orc is printed below.
Has anyone been able to get realtime full-duplex wave in/out with
the awe64?
Thanks,
Mark Vigorito
mtv@u.arizona.edu
;realtime wav i/o test
sr=44100
kr=441
ksmps=100
nchnls=2
instr 1; stereo delay
ain in
adel1 delay ain,1,0
adel2 delay adel1,1,0
outs adel1,adel2
endin |