| sokratesla wrote:
> csound.exe -i adc -o dac -B1024 -b4096
Make sure that you are using the PortAudio DLL file that supports
ASIO (replace csound5\bin\portaudio.dll.0.0.19 with the file in
csound5\pa_asio, unless you have already done so), and you should
select an ASIO device (PortAudio tends to list MME devices first,
then DirectSound, and ASIO at last, so the default is most likely
MME). Devices are selected with -i adcN and -o dacN, where N is some
number; if the device number is invalid, then a list of available
devices is printed
Also, it is -B that should be the higher value, so the correct
setting is something like -b 64 -B 512 or -b 128 -B 512.
--
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk |