- September 20, 2012
- 100
- 23
- 48
- Home Country
- Italy
Hi Stéphane!
Without WASAPI the things are going well (I have tried the BASS engine). The "issue" is that I need WASAPI because I'm an audiophil and therefore I would have a bitstream behaviour for my music, bypassing completely the Windows mixer and demanding the DAC to my Focal amplifier through the optical input...
Do you have any suggestion? I found the post below...but I really can't understand what to do even if it seems that the double speed issue can be solved...
Waiting for you help! Goodnight!
Without WASAPI the things are going well (I have tried the BASS engine). The "issue" is that I need WASAPI because I'm an audiophil and therefore I would have a bitstream behaviour for my music, bypassing completely the Windows mixer and demanding the DAC to my Focal amplifier through the optical input...
Do you have any suggestion? I found the post below...but I really can't understand what to do even if it seems that the double speed issue can be solved...
Hmm understand.. you will reactivate VU Meter then the fix for Wasapi are simple.The newer version do not have VU meter options ATM.
Add in Basswasapi Init call the flag BASS_WASAPI_BUFFER
Double speed should then be gone
then ceck if UseWasapi get Sample Data over
elseCode:BASS_WASAPI_GetData(nil, BASS_DATA_AVAILABLE)
Code:BASS_ChannelGetData(Stream, nil, BASS_DATA_AVAILABLE);
greets
Waiting for you help! Goodnight!