From c7a54e27b77c8c892b8054694a255716628c6555 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Thu, 2 Nov 2023 10:00:50 -0400 Subject: [PATCH] Fix typo in docs/api_full.md Fixes #202 --- docs/api_full.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api_full.md b/docs/api_full.md index 63eacdc9..6d5fd455 100644 --- a/docs/api_full.md +++ b/docs/api_full.md @@ -133,7 +133,7 @@ int src_set_ratio (SRC_STATE *state, double new_ratio) ; ``` When using the **src_process** or **src_callback_process** APIs and updating the -**src_ratio** field of the **SRC_STATE** struct, the library will try to +**src_ratio** field of the **SRC_DATA** struct, the library will try to smoothly transition between the conversion ratio of the last call and the conversion ratio of the current call.