OSDN Git Service

lejos_NXJ_win32_0_6_0beta.zip
[nxt-jsp/lejos_nxj.git] / nxtOSEK / lejos_nxj / src / nxtvm / platform / nxt / sound.h
index 75ef615..ea15819 100644 (file)
@@ -10,7 +10,12 @@ void sound_enable();
 void sound_disable();
 void sound_isr_C();
 
-void sound_freq(U32 freq, U32 ms);
-void sound_play_sample(U8 *data, U32 length, U32 freq, U32 amp);
+void sound_freq(U32 freq, U32 ms, int vol);
+void sound_play_sample(U8 *data, U32 length, U32 freq, int vol);
+void sound_set_volume(int vol);
+int sound_get_volume();
+int sound_get_time();
+
+#define MAXVOL 100
 
 #endif /*SOUND_H_*/