ma_waveform_config_init function
ma_waveform_config
ma_waveform_config_init(
- ma_format format,
- Dartma_uint32 channels,
- Dartma_uint32 sampleRate,
- ma_waveform_type type,
- double amplitude,
- double frequency,
Implementation
ma_waveform_config ma_waveform_config_init(
ma_format format,
Dartma_uint32 channels,
Dartma_uint32 sampleRate,
ma_waveform_type type,
double amplitude,
double frequency,
) => _ma_waveform_config_init(
format.value,
channels,
sampleRate,
type.value,
amplitude,
frequency,
);