mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
API CHANGE: Remove ma_zero_pcm_frames().
This has been replaced with ma_silence_pcm_frames().
This commit is contained in:
@@ -5884,7 +5884,6 @@ For all formats except `ma_format_u8`, the output buffer will be filled with 0.
|
||||
makes more sense for the purpose of mixing to initialize it to the center point.
|
||||
*/
|
||||
MA_API void ma_silence_pcm_frames(void* p, ma_uint64 frameCount, ma_format format, ma_uint32 channels);
|
||||
static MA_INLINE void ma_zero_pcm_frames(void* p, ma_uint64 frameCount, ma_format format, ma_uint32 channels) { ma_silence_pcm_frames(p, frameCount, format, channels); }
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user