VMUPro SDK v1.0.0
Application Development SDK for the VMUPro
Loading...
Searching...
No Matches
vmupro_audio.h
Go to the documentation of this file.
1
16#pragma once
17
18#include <stdint.h>
19#include <stdbool.h>
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
30typedef int16_t vmupro_audio_sample_t;
31
53
64
98int vmupro_audio_add_stream_samples(const vmupro_audio_sample_t *samples, int count, bool applyGlobalVolume);
99
118
142
168
169#ifdef __cplusplus
170}
171#endif
bool vmupro_audio_start_listen_mode(void)
void vmupro_audio_clear_ring_buffer(void)
int vmupro_audio_add_stream_samples(const vmupro_audio_sample_t *samples, int count, bool applyGlobalVolume)
int16_t vmupro_audio_sample_t
Audio sample format.
void vmupro_set_global_volume(int volume)
int vmupro_get_global_volume(void)
void vmupro_audio_exit_listen_mode(void)
Exit audio listen mode.