Audio capture

Hi all,

I am just wondering what the status is regarding capture support for SDL
audio? I’d love to have this feature available. I’m a Windows user with
some Winmm/DirectSound experience but do not yet know much about the
internals of SDL. Is anyone working/planning to work on this, and if so,
can I help?

Kind regards,

Philip Bennefall

Someone wrote a basic sound capture interface for SDL 1.2 that didn’t
break the API, but it never found its way into mainline development.
That said, if you can locate it, sound from 1.2 to 2.0 didn’t change
so much that it’d be really hard to port.

I don’t have the link to it anymore, but if you manage to locate it
and get it working for Windows targets, I can tell you that others
could easily do the work needed to add support for others.

JosephOn Mon, May 12, 2014 at 12:42:12AM +0200, Philip Bennefall wrote:

Hi all,

I am just wondering what the status is regarding capture support for
SDL audio? I’d love to have this feature available. I’m a Windows
user with some Winmm/DirectSound experience but do not yet know much
about the internals of SDL. Is anyone working/planning to work on
this, and if so, can I help?

Kind regards,

Philip Bennefall


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

is it this one ?

torsion.org/witten/sdl/

Le 12/05/2014 08:28, T. Joseph Carter a ?crit :> Someone wrote a basic sound capture interface for SDL 1.2 that didn’t

break the API, but it never found its way into mainline development.
That said, if you can locate it, sound from 1.2 to 2.0 didn’t change
so much that it’d be really hard to port.

I don’t have the link to it anymore, but if you manage to locate it
and get it working for Windows targets, I can tell you that others
could easily do the work needed to add support for others.

Joseph

On Mon, May 12, 2014 at 12:42:12AM +0200, Philip Bennefall wrote:

Hi all,

I am just wondering what the status is regarding capture support for
SDL audio? I’d love to have this feature available. I’m a Windows
user with some Winmm/DirectSound experience but do not yet know much
about the internals of SDL. Is anyone working/planning to work on
this, and if so, can I help?

Kind regards,

Philip Bennefall


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Ah, yes, that was it. I suspect witten would like to know if you try
to update it to SDL 2.0?you’ll need to clear the license change with
him anyway. Sorry I didn’t remember even that it was his patch. :slight_smile:

JosephOn Mon, May 12, 2014 at 08:50:40AM +0200, Sanette wrote:

is it this one ?

torsion.org/witten/sdl/

Le 12/05/2014 08:28, T. Joseph Carter a ?crit :

Someone wrote a basic sound capture interface for SDL 1.2 that
didn’t break the API, but it never found its way into mainline
development. That said, if you can locate it, sound from 1.2 to
2.0 didn’t change so much that it’d be really hard to port.

I don’t have the link to it anymore, but if you manage to locate it
and get it working for Windows targets, I can tell you that others
could easily do the work needed to add support for others.

Joseph

On Mon, May 12, 2014 at 12:42:12AM +0200, Philip Bennefall wrote:

Hi all,

I am just wondering what the status is regarding capture support
for SDL audio? I’d love to have this feature available. I’m a
Windows user with some Winmm/DirectSound experience but do not
yet know much about the internals of SDL. Is anyone
working/planning to work on this, and if so, can I help?

Kind regards,

Philip Bennefall


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

The 1.2 audio API still mostly works in 2.0, but the internals changed
drastically, fwiw.

–ryan.On 05/12/2014 02:28 AM, T. Joseph Carter wrote:

Someone wrote a basic sound capture interface for SDL 1.2 that didn’t
break the API, but it never found its way into mainline development.
That said, if you can locate it, sound from 1.2 to 2.0 didn’t change
so much that it’d be really hard to port.