[SDL] SDL1.3
Chris Dobbs
chris_dobbs at dobbscr.karoo.co.uk
Sat Jul 8 13:58:33 PDT 2006
Well, to get round the issue for now, I have integrrated SDL with a package
called portAudio (which supports cross-platform input and output).
It is no where near as rich as SDL and only support very basic audio
functionality but it works fine on linux and win32 and seems to co-exist
happily with SDL - I had to make a small patch to portaudio to stop it
trying to open /dev/dsp for R/W even when I only want to use the microphone
(I still use SDL for output).
-Chris
----- Original Message -----
From: "Torsten Giebl" <wizard at syntheticsw.com>
To: "A list for developers using the SDL library. (includes SDL-announce)"
<sdl at libsdl.org>
Sent: Saturday, July 08, 2006 2:44 PM
Subject: Re: [SDL] SDL1.3
> Hello !
>
>
> > Sorry to be a nag about this but is there a wishlist for SDL1.3?
> > I want to make sure the microphone patch is included(
> > https://bugzilla.libsdl.org/show_bug.cgi?id=10). This patch currently
only
> > works for linux and I need win32 support too (I would do that bit
myself
> > but I am not very familiar with direct sound or any win32 audio api's
for
> > that matter).
>
>
> I would not integrate it directly into SDL.
> It would blow SDL up and only a few people need
> Microphone Input or any other Sound Recording
> Features. Why don't you start to design a SDL helper
> lib, call it SDL AudioInput for example and add functions to that
> lib to do it ?
>
>
>
> CU
>
>
> _______________________________________________
> SDL mailing list
> SDL at libsdl.org
> http://www.libsdl.org/mailman/listinfo/sdl
>
>
>
More information about the SDL
mailing list