On Mon, Oct 27, 2008 at 03:12:55AM +0000, Jacob Meuser wrote:
> 
> perhaps some of you have noticed a new sound library has come to
> base (sio_open(3)), and aucat(1) can act as a sound server.
> 
> this makes SDL use the new library by default (if SDL_SUDIODRIVER is not
> set in the environment, or you can explicitly set SDL_AUDIODRIVER=libsndio).
> 
> playing games is fun testing ;)
> 
> if you use the aucat server, you may want to start it like
> $ aucat -b 16384 -l (or even -b 8192 if you have a "faster" machine)
> or you might have a longer than desired latency between seeing things
> happen and hearing the associated sound.
> 
> some things are much better for me with this than the current audio(4),
> backend, such as quake2 on an azalia(4) that has limited sample rates.
> 
> -- 
> [EMAIL PROTECTED]
> SDF Public Access UNIX System - http://sdf.lonestar.org
> 
> Index: Makefile
> ===================================================================
> RCS file: /home2/cvs/OpenBSD/ports/devel/sdl/Makefile,v
> retrieving revision 1.66
> diff -u -r1.66 Makefile
> --- Makefile  26 Sep 2008 03:14:42 -0000      1.66
> +++ Makefile  27 Oct 2008 03:05:01 -0000
> @@ -16,7 +16,7 @@
>  PERMIT_PACKAGE_FTP=     Yes
>  PERMIT_DISTFILES_CDROM= Yes
>  PERMIT_DISTFILES_FTP=   Yes
> -WANTLIB=             m usbhid
> +WANTLIB=             m sa usbhid
                          ^^^
it should be "sndio", we just renamed the lib.

sorry guys for the name change

-- Alexandre

Reply via email to