Graal has supported audio input devices for a while, but whould be really neat, is if gscript incorporated it.
For example
PHP Code:
function onSoundIn()
{
client.sound_sample = player.sound;
}
That way you could have scripts based on sound, or the ability to save sound files. It would also be neat to create sound/voice recognition systems.
