FAQ

From SfzWiki
Revision as of 22:46, 10 September 2007 by Ghoulsblade (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

sound is choppy when using openal

openal works better with esd than with alsa

  • edit /etc/openalrc (or ~/.openalrc )
    • replace
 (define devices '(alsa))
 (define alsa-out-device "default")
    • by
 (define devices '(esd))
 (define esd-out-device "default")

see also