From fd1294de24c55253c7a36046865c57680c5f684b Mon Sep 17 00:00:00 2001 From: Bill Meltsner Date: Thu, 2 Sep 2010 18:25:28 -0400 Subject: [PATCH] hid audio recording from Lua --- src/modules/audio/wrap_Audio.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/audio/wrap_Audio.cpp b/src/modules/audio/wrap_Audio.cpp index 82fc70d46..34d58750d 100644 --- a/src/modules/audio/wrap_Audio.cpp +++ b/src/modules/audio/wrap_Audio.cpp @@ -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 } };