View Single Post
  #1  
Old 08-08-2006, 02:25 AM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
Sound Recording.

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.
Reply With Quote