When does BASS_CONFIG_SRC setting takes effect?

Started by Hanuman,

Hanuman

If I set BASS_CONFIG_SRC at runtime while an audio is playing, when does this setting takes effect?

Does it apply live to already-playing video, or does it apply to the next stream being played, or to when the device is re-initialized?

And it can be set before the device is initialized without issue?

Also... I'm checking CPU usage with SRC quality 1 or 8 for a pitch-shifting media player. In both cases, CPU is at 1%. I'm not seeing any performance difference, is this normal?

Chris

BASS_CONFIG_SRC will taking effekt for every NEW Created Channel.
https://www.un4seen.com/doc/#bass/BASS_CONFIG_SRC.html
If you want to changed it while a Channel is Playing then use
BASS_ATTRIB_SRC with BASS_ChannelSetAttribute
https://www.un4seen.com/doc/#bass/BASS_ATTRIB_SRC.html