From 0a4a2b11196bfa4a13e9d20f07a3878c61b4bdde Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 7 Mar 2020 14:11:32 +1000 Subject: [PATCH] Fix typo in release notes for 0.10. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index c8ad7e65..9ccb9260 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -33,7 +33,7 @@ The previous conversion APIs accepted a callback in their configs. There are no `*_process_pcm_frames()` function as a pointer to a buffer. The simplest aspect of data conversion is sample format conversion. To convert between two formats, just call `ma_convert_pcm_frames_format()`. Channel -conversion is also simple which you can do with `ma_channel_router` via `ma_channel_router_process_pcm_frames()`. +conversion is also simple which you can do with `ma_channel_converter` via `ma_channel_converter_process_pcm_frames()`. Resampling is more complicated because the number of output frames that are processed is different to the number of input frames that are consumed. When you call `ma_resampler_process_pcm_frames()` you need to pass in the number of input frames available for processing and the number of output frames you want to