Microphone

Is there any easy way to record the microphone input, cross-plataform?

Not at the moment.
I would really like to see this a part of the SDL audio API.

See ya!
-Sam Lantinga, Lead Programmer, Loki Entertainment Software

Is there any easy way to record the microphone input, cross-plataform?

Thanks.

Eduardo.

Sam Lantinga wrote:

Is there any easy way to record the microphone input, cross-plataform?

Not at the moment.
I would really like to see this a part of the SDL audio API.

See ya!
-Sam Lantinga, Lead Programmer, Loki Entertainment Software

Well, I will start some research for MacOS and Unix (FreeBSD)… let’s see
what comes up :slight_smile:

PS: Any mac expert out there?

Eduardo.

Stuff needs to be read from the /dev/dsp in linux. The sourcecode to
kvoicecontrol should help clear up things…
(Kvoicecontrol is a program that allows you to launch applications and do
other things by voice recognition)

Last time I tried it I had to change the mode on /dev/dsp to make it work.

DaveOn Thu, 13 Apr 2000, Eduardo B. Fonseca wrote:

Sam Lantinga wrote:

Is there any easy way to record the microphone input, cross-plataform?

Not at the moment.
I would really like to see this a part of the SDL audio API.

See ya!
-Sam Lantinga, Lead Programmer, Loki Entertainment Software

Well, I will start some research for MacOS and Unix (FreeBSD)… let’s see
what comes up :slight_smile:

PS: Any mac expert out there?

Eduardo.