sysprog21 / vsnd

Virtual Linux soundcard driver
MIT License
24 stars 9 forks source link

Output sound lags #2

Closed Cuda-Chen closed 5 months ago

Cuda-Chen commented 6 months ago

Currently, the output of vsnd lags (the out.wav generated by script/verify.sh) compared to the input sound (CantinaBand3.wav).

Cuda-Chen commented 6 months ago

After some experiments, I find that if we set the output sink from Settings -> Sound then play sounds will result in lagged sound outputs.

jserv commented 6 months ago

After some experiments, I find that if we set the output sink from Settings -> Sound then play sounds will result in lagged sound outputs.

Can you disable PulseAudio and verify the functionality of vsnd? I always remove this package during the development.

Cuda-Chen commented 6 months ago

Hi @jserv ,

Thanks for your help! After disabling PluseAudio, the output sound does not lag anymore.