Bug Recording "slow" and low pitch

Started by euflasio, 26 Aug '24 - 14:39

euflasio

Hello, I would like to report a bug that occurs in the Bass library starting from version 2.4.16.1 and on .
 It works fine in version 2.4.14. The bug involves recording; the recorded sound comes out as if it's "playing in slow motion," with a slow and low pitch. I have seen this bug occur with interfaces such as the Behringer UCA200, UCA222, and A222, but it seems to affect other models as well.
Is there some workaround ?

Thanks for attention .

Ian @ un4seen

If you haven't already done so, please first try this latest BASS build:

   www.un4seen.com/stuff/bass.zip

If that doesn't help, next try requesting DirectSound recording (instead of WASAPI) like this (before calling BASS_RecordInit):

BASS_SetConfig(BASS_CONFIG_REC_WASAPI, 0);