Hi friends,
Thanks for your answer.
So, if I understand well :
- Vista and upper Windows : BASS will take the samplerate of the soundcard, regardless the freq value I put in the BASS_Init command (for example, soundcard support 48000, I init BASS with 44100, BASS will init with 48000).
- XP (and lower) : BASS wil take the samplerate of the freq value I put in the BASS_Init command, in the condition of soundcard support it (I mean if the soundcard supports max 44100, I don't set BASS_init to 48000 but 44100, and if the soundcard supports max 48000, I can set init to 48000).
Am I right ?