babycat_waveform_from_milliseconds_of_silence()¶
-
babycat_Waveform *babycat_waveform_from_milliseconds_of_silence(uint32_t frame_rate_hz, uint16_t num_channels, uintptr_t duration_milliseconds)¶
Create a silent waveform measured in milliseconds.
- Parameters
frame_rate_hz – The frame rate of the waveform to create.
num_channels – The number of channels in the waveform to create.
duration_milliseconds – The length of the audio waveform in milliseconds.