Difference between revisions of "FAQ"
From SfzWiki
Ghoulsblade (Talk | contribs) (→sound is choppy when using openal) |
Ghoulsblade (Talk | contribs) (→sound is choppy when using openal) |
||
Line 15: | Line 15: | ||
* http://wiki.vdrift.net/Configuring_the_sound | * http://wiki.vdrift.net/Configuring_the_sound | ||
* http://opensource.creative.com/pipermail/openal/2007-July/010540.html | * http://opensource.creative.com/pipermail/openal/2007-July/010540.html | ||
+ | * http://opensource.creative.com/pipermail/openal/2007-July/010591.html |
Revision as of 17:30, 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