Author Topic: Bug Recording "slow" and low pitch  (Read 99 times)

euflasio

  • Posts: 6
Bug Recording "slow" and low pitch
« on: 26 Aug '24 - 14:39 »
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 .
« Last Edit: 26 Aug '24 - 14:46 by euflasio »

Ian @ un4seen

  • Administrator
  • Posts: 26102
Re: Bug Recording "slow" and low pitch
« Reply #1 on: 26 Aug '24 - 15:28 »
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):

Code: [Select]
BASS_SetConfig(BASS_CONFIG_REC_WASAPI, 0);

euflasio

  • Posts: 6
Re: Bug Recording "slow" and low pitch
« Reply #2 on: 28 Aug '24 - 00:51 »
Thank you  :D