xremote_speaker.h 157 B

12345678
  1. #pragma once
  2. #include "../xremote.h"
  3. #define NOTE_INPUT 587.33f
  4. void xremote_play_input_sound(void* context);
  5. void xremote_stop_all_sound(void* context);