About BASS_DEVICE_FLOATDSP

Started by georgebou,

georgebou

Ian,
When i use BASS_Init function with the flag BASS_DEVICE_FLOATDSP is it necessary to have WDM drivers installed, or only when is use the BASS_StreamCreate function and other channel functions? To be more specific i want to use 32 bit floating point DSP functions without having WDM drivers installed on my system, in order to have unified DSP proccessing for all files (8 or 16 bit etc). Is it possible?

Ian @ un4seen

Yes, that's exactly what it's intended for - using floating point DSP even when a channel itself is not floating point... see the DSPTEST example, for an example :)

georgebou

Ok thanks. About the DSP Example, i'm using Delphi and the Delphi example is not updated yet , but i can make some sense from the C example.