Hello I have a rather silly question,
I was looking at the Bass documentation and some questions arose. I am using the ASIO 2.0 API to stream multichannel data to my 8 input soundcard. Now, I am at the point where I need to figure out how to take apart the wav file, so to speak, and get it ready for streaming (ie. load it into fixed size buffers). The BASS utility seems like it can do this kind of thing, meaning it can take a wave file and convert it to a smaller chunk, ready for me to store in an output buffer. Is this correct? If it is, can I use this to help me stream the wave file even though I am using ASIO 2.0?
Does anyone know how I can sample the wave file and send pre-defined chunks to an output buffer? I am using Delphi.
Thanks, sorry long question,
Tony