WaveCrop function
See RaylibAudioFlatModule.WaveCrop.
Implementation
void WaveCrop(
StructPointer<WaveD> wave,
int initFrame,
int finalFrame,
) => _module.WaveCrop(wave, initFrame, finalFrame);
See RaylibAudioFlatModule.WaveCrop.
void WaveCrop(
StructPointer<WaveD> wave,
int initFrame,
int finalFrame,
) => _module.WaveCrop(wave, initFrame, finalFrame);