Bass in combination with a terratec tt801 stutters

Started by Bas Rathje,

Bas Rathje

Hi, i have just started testing BASS in a visual basic environment. The demo projects work fine, except in combination with a terratec tt801 pci soundcard. Then it stutters and crackles. Using the onboard soundcard in the same machine works fine. any ideas?

Ian @ un4seen

Does increasing the buffer length (BASS_SetBufferLength) help?

Also, if you run the precompiled SYNTH.EXE example, what does it say for the "latency" and "minbuf" values?

Bas Rathje

latency: 82ms, minbuf: 80ms

I've fiddled around, and found out that disabling directsound acceleration fixed the problem. This seemed to indicate a driver issue. I tried 'alternative' WDM drivers from driverguide.com, it solved my problem.

Thanks for the fast reply though!