From 74fee24f1d48a59f6a1a1b640cd78ba4c011d784 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 23 May 2024 02:23:15 +0000 Subject: [PATCH] Fix document (i forgot) git-svn-id: file:///raid/svn-main/kazu-ksynth/trunk@45 7b47e76f-e598-2f43-bc14-414d160cc389 --- src/ksynth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ksynth.h b/src/ksynth.h index 8de4a61..b0bd630 100644 --- a/src/ksynth.h +++ b/src/ksynth.h @@ -252,7 +252,7 @@ void ksynth_fill_buffer(struct KSynth* ksynth_instance, float* buffer, unsigned * this function prepares it for them and gives them a pointer as a return value. * * @param ksynth_instance Pointer to the KSynth instance - * @param buffer_size Size of the buffer (Note: Values are typically between 32 and 16384) + * @param buffer_size Size of the buffer (Note: Values are typically between 8 and 65536) * @return A pointer to the generated buffer on success, NULL on failure. * * @~japanese @@ -262,7 +262,7 @@ void ksynth_fill_buffer(struct KSynth* ksynth_instance, float* buffer, unsigned * この関数は内部的に ksynth_fill_buffer を指しますが、ユーザーにバッファーを管理させる代わりに、この関数はユーザーのためにバッファーを準備し、戻り値としてポインターを与えます。 * * @param ksynth_instance KSynthインスタンスへのポインタ - * @param buffer_size バッファのサイズ(注:通常は32から16384の値です) + * @param buffer_size バッファのサイズ(注:通常は8から65536の値です) * @return 成功した場合は生成されたバッファへのポインタ、失敗した場合はNULL */ float* ksynth_generate_buffer(struct KSynth* ksynth_instance, unsigned int buffer_size); -- 2.43.0