Hi Ian,
i'm using BASS_StreamCreate only to getdata from a decode channel without playing it (i call BASS_SetDevice(0) no sound device before the BASS_StreamCreate call.
shortly i want to use BASS_StreamCreate like if it was a thread with a BASS_ChannelGetData loop.
I'm on win32
Can i set BASS_ATTRIB_BUFFER to 0 in BASS_StreamCreate handle? because i do not need to buffer, it's not an audible channel.
i remember in the past BASS_ATTRIB_BUFFER was not possible on windows, maybe now it is