Searched defs:VbAudioContext (Results 1 – 2 of 2) sorted by relevance
27 struct VbAudioContext { struct29 VbDevMusicNote *music_notes;30 uint32_t note_count;31 uint32_t next_note;34 int background_beep;35 int free_notes_when_done;38 uint16_t current_frequency;39 uint64_t play_until;40 uint64_t last_time;
13 typedef struct VbAudioContext VbAudioContext; typedef