im trying to put together a vst plugin that will use fmod to get/put audio signal from sound device to the host. When using asio drivers i get only output devices – no ASIO inputs Q: fmod does not support input from ASIO?
another questoin: how can i get the asio buffer size without using other dll’s like openasio (im delphi :)?
- Anonymous asked 15 years ago
- You must login to post comments
FMOD doesn’t support recording with asio drivers because it is a sound system and not a studio app.
To get the size of asio buffer use FSOUND_DSP_GetBufferLength when fmod is working with asio output mode.
- blackshard answered 15 years ago
- You must login to post comments
Your Answer
Please login first to submit.