babycat_waveform_from_frames_of_silence()¶
-
babycat_Waveform *babycat_waveform_from_frames_of_silence(uint32_t frame_rate_hz, uint16_t num_channels, uintptr_t num_frames)¶
Creates a silent waveform measured in frames.
- Parameters
frame_rate_hz – The frame rate of the waveform to create.
num_channels – The number of channels in the waveform to create.
num_frames – The number of frames of audio to generate.