소스 검색

hid audio recording from Lua

Bill Meltsner 15 년 전
부모
커밋
fd1294de24
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/modules/audio/wrap_Audio.cpp

+ 2 - 2
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 }
 	};