mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-11 07:21:39 +00:00
clarify comments for fluid_synth_nwrite_float()
This commit is contained in:
parent
cef381b45f
commit
5569358f42
1 changed files with 2 additions and 2 deletions
|
@ -2426,8 +2426,8 @@ fluid_synth_program_reset(fluid_synth_t* synth)
|
||||||
* @param len Count of audio frames to synthesize
|
* @param len Count of audio frames to synthesize
|
||||||
* @param left Array of float buffers to store left channel of planar audio (as many as \c synth.audio-channels buffers, each of \c len in size)
|
* @param left Array of float buffers to store left channel of planar audio (as many as \c synth.audio-channels buffers, each of \c len in size)
|
||||||
* @param right Array of float buffers to store right channel of planar audio (size: dito)
|
* @param right Array of float buffers to store right channel of planar audio (size: dito)
|
||||||
* @param fx_left Since 1.1.7: If not \c NULL, array of arrays of floats to store left effect channel (as many as \c synth.effects-channels buffers, each of \c len in size)
|
* @param fx_left Since 1.1.7: If not \c NULL, array of float buffers to store left effect channels (as many as \c synth.effects-channels buffers, each of \c len in size)
|
||||||
* @param fx_right Since 1.1.7: If not \c NULL, array of arrays of floats to store right effect channel (size: dito)
|
* @param fx_right Since 1.1.7: If not \c NULL, array of float buffers to store right effect channels (size: dito)
|
||||||
* @return FLUID_OK on success, FLUID_FAIL otherwise
|
* @return FLUID_OK on success, FLUID_FAIL otherwise
|
||||||
*
|
*
|
||||||
* @note Should only be called from synthesis thread.
|
* @note Should only be called from synthesis thread.
|
||||||
|
|
Loading…
Reference in a new issue