Difference between revisions of "FAQ"
From SfzWiki
Ghoulsblade (Talk | contribs) (→sound is choppy when using openal) |
Ghoulsblade (Talk | contribs) |
||
Line 3: | Line 3: | ||
openal works better with esd than with alsa | openal works better with esd than with alsa | ||
− | * edit /etc/openalrc | + | * edit /etc/openalrc (or ~/.openalrc ) |
** replace | ** replace | ||
(define devices '(alsa)) | (define devices '(alsa)) |
Revision as of 16:14, 10 September 2007
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 http://frictionalgames.com/forum/showthread.php?tid=1255