hid audio recording from Lua

This commit is contained in:
Bill Meltsner
2010-09-02 18:25:28 -04:00
parent 08c0a68784
commit fd1294de24
+2 -2
View File
@@ -252,9 +252,9 @@ namespace audio
{ "getOrientation", w_getOrientation },
{ "setVelocity", w_setVelocity },
{ "getVelocity", w_getVelocity },
{ "record", w_record },
/*{ "record", w_record },
{ "getRecordedData", w_getRecordedData },
{ "stopRecording", w_stopRecording },
{ "stopRecording", w_stopRecording },*/
{ 0, 0 }
};