Difference between revisions of "FAQ"

From SfzWiki
Jump to: navigation, search
 
(sound is choppy when using openal)
Line 10: Line 10:
 
   (define devices '(esd))
 
   (define devices '(esd))
 
   (define esd-out-device "default")
 
   (define esd-out-device "default")
 +
 +
see also http://frictionalgames.com/forum/showthread.php?tid=1255

Revision as of 00:57, 20 August 2007

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")

see also http://frictionalgames.com/forum/showthread.php?tid=1255