Author Topic: Bass in combination with a terratec tt801 stutters  (Read 9445 times)

Bas Rathje

  • Guest
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

  • Administrator
  • Posts: 26223
Re: Bass in combination with a terratec tt801 stut
« Reply #1 on: 29 Aug '03 - 16:08 »
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

  • Guest
Re: Bass in combination with a terratec tt801 stut
« Reply #2 on: 29 Aug '03 - 16:40 »
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!