]> Nishi Git Mirror - ksynth.git/commitdiff
Fix document (i forgot)
authorkazu <kazu@7b47e76f-e598-2f43-bc14-414d160cc389>
Thu, 23 May 2024 02:23:15 +0000 (02:23 +0000)
committerkazu <kazu@7b47e76f-e598-2f43-bc14-414d160cc389>
Thu, 23 May 2024 02:23:15 +0000 (02:23 +0000)
git-svn-id: file:///raid/svn-main/kazu-ksynth/trunk@45 7b47e76f-e598-2f43-bc14-414d160cc389

src/ksynth.h

index 8de4a618a12f23add240070267b64d524a3b409c..b0bd630fdc8ff00d9acadbdc23a028bb85590401 100644 (file)
@@ -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);