- Thread starter
- #11
The log does not show anything.
Don't have any idea. it is probably related to your Audio driver.
Will ask the developer of the BASS engine, if he has got any idea.
Thank you! Let's see how he responds.
-P.
The log does not show anything.
Don't have any idea. it is probably related to your Audio driver.
Will ask the developer of the BASS engine, if he has got any idea.
I disabled the Equalizer display and --- no more hyperspeed playback!
I think I found the combination of settings/hardware that triggers this issue.
First, I was unable to replicate the issue using contest.exe. All tests played the tracks back successfully. This made me rethink exactly what changes at that 10 second mark from the beginning of the track. It occurred to me that I had set the MiniDisplay plugin (Soundgraph iMON USB) to start displaying Equalizer starting at that time from the start of a track. I disabled the Equalizer display and --- no more hyperspeed playback!
My guess would be that there is a timing problem between different threads when the MiniDisplay Equalizer is displayed, and that the problem only manifests when WASAPI output is used. What a pain to track down, though.
-P.
if so and this plugin used Bass-Bass_Waspi then it is recomend add Wasabi_Buffer flag to it.
this should fix the Problem with Timing.
And do not Forget use BASS_WASAPI_GetData instead of BASS_ChannelGetData.
greets
I think I found the combination of settings/hardware that triggers this issue.
First, I was unable to replicate the issue using contest.exe. All tests played the tracks back successfully. This made me rethink exactly what changes at that 10 second mark from the beginning of the track. It occurred to me that I had set the MiniDisplay plugin (Soundgraph iMON USB) to start displaying Equalizer starting at that time from the start of a track. I disabled the Equalizer display and --- no more hyperspeed playback!
My guess would be that there is a timing problem between different threads when the MiniDisplay Equalizer is displayed, and that the problem only manifests when WASAPI output is used. What a pain to track down, though.
-P.
I just had the exact same problem here, thought the chipmunks had rerecorded my music! Disabling the MiniDisplay equaliser visual feature fixed it. Thanks!
if so and this plugin used Bass-Bass_Waspi then it is recomend add Wasabi_Buffer flag to it.
this should fix the Problem with Timing.
And do not Forget use BASS_WASAPI_GetData instead of BASS_ChannelGetData.
greets
@HomeY Could you create a JIRA for this please (sorry two in one day!) Thanks!
that is fixed..
https://forum.team-mediaportal.com/...portal-1-1-3-1-2-1.95616/page-49#post-1079804
and ready for 1.8.
greets