FAQ
From SfzWiki
Revision as of 00:05, 14 August 2007 by Ghoulsblade (Talk | contribs)
sound is choppy when using openal
openal works better with esd than with alsa
- edit /etc/openalrc
- replace
(define devices '(alsa)) (define alsa-out-device "default")
- by
(define devices '(esd)) (define esd-out-device "default")