- April 29, 2013
- 2,576
- 1,294
- Home Country
- Germany
Just keep them.
Hi,
Ive got a IMON VFD in my antec fusion case.
I now use the latest dll which is found here (https://forum.team-mediaportal.com/...portal-1-1-3-1-2-1.95616/page-43#post-1061828)
When I use WASAPI in music section + IMON VFD I see an audio problem when using the VU meter in advanced tab. VU meter works, but somehow the audio is then 2x the speed or something. Disabling the VU meter results in normal audio, enabling the VU meter results in 2x audiospeed.
Can anyone confirm?
I do find it logical in some way I see this issue. WASAPI is intended to have the audio go to the receiver untouched by windows drivers.. volume settings etc.. just pure in = out. THe VU meter must somehow read the audiostream and could cause what I am hearing by doing so.. Just a theory.
Hmm understand.. you will reactivate VU Meter then the fix for Wasapi are simple.The newer version do not have VU meter options ATM.
BASS_WASAPI_GetData(nil, BASS_DATA_AVAILABLE)
BASS_ChannelGetData(Stream, nil, BASS_DATA_AVAILABLE);
yes after remove VU-METER.. from Plugin toThough the issue appears to be fixed in 1.6 if we are to trust the latest post so maybe that flag you mentioned is being used properly in 1.6 already.