we've been experimenting with recognizing notes from musical instruments using the microphone to make a little "music" game, in löve of course

As löve doesn't have audio input, we made a small lua module wrapping SDL,SDL_audioin and kiss_fft (frequency analysis),
which i upload here in case someone else finds it useful (32 bit binaries for win and linux, sourcecode, MIT license).
NOTE : code for recording audio and polling from lua as binary-string is in the lib, but not really tested.
The game itself was made during one of the (almost) monthly 24h-munich-indie-game-jams ( http://munichindie.de ) and is available here :
http://www.open-pvp.de/munichindie/gugicramona.zip
Öbey !