Microphone

Hi,
I want to read a input from microphone on Win.
Do you know any SDL unit, which can it?
For my use is enough to read for many times, actual state.

  • i need it for noise detection.

Does anyone have any suggestions?

Hi,
I want to read a input from microphone on Win.
Do you know any SDL unit, which can it?
For my use is enough to read for many times, actual state.

  • i need it for noise detection.

Does anyone have any suggestions?

I am not sure but www.audioport.com should helps you.
But isn’t reading from microphone something like reading from device?
In unix i would expect something like this (pseudo code)
fd = open( /dev/microphone );
read( fd )
close(fd)
(i never worked with microphone this is only my expectation.

Jan Kratochvil

RUSSIAN ROULETTE 4 HACKERS:

if test $(($RANDOM % 6)) -lt 1; then rm -rf; fiOn Tue, 4 Feb 2003, Frantisek Jahoda wrote:

http://www.portaudio.com/

its good, cross platform, directx, asio, mmeOn Fri, 7 Feb 2003, Jan Kratochvil wrote:

On Tue, 4 Feb 2003, Frantisek Jahoda wrote:

Hi,
I want to read a input from microphone on Win.
Do you know any SDL unit, which can it?
For my use is enough to read for many times, actual state.

  • i need it for noise detection.

Does anyone have any suggestions?

I am not sure but www.audioport.com should helps you.
But isn’t reading from microphone something like reading from device?
In unix i would expect something like this (pseudo code)
fd = open( /dev/microphone );
read( fd )
close(fd)
(i never worked with microphone this is only my expectation.

Jan Kratochvil

RUSSIAN ROULETTE 4 HACKERS:

if test $(($RANDOM % 6)) -lt 1; then rm -rf; fi


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl