- Thread starter
- Moderator
- #231
Could be a messy audio driver. i had such an issue on one of my test PCs.
Or it is a resource problem. something running in parallel, taking too much CPU.
How the buffers are filled? Is BASS handling the filling internally or do we need to fill the buffers when BASS resuests? Or even worse are we required to track the buffer and fill them?
BASS is handling the filling internally. No need for us to do anything.