mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 23:11:41 +00:00
remove experimental hint from fluid_synth_set_sample_rate()
This commit is contained in:
parent
0fb62e4184
commit
f972fbf1ec
1 changed files with 1 additions and 2 deletions
|
@ -3004,8 +3004,7 @@ fluid_synth_handle_sample_rate(void *data, const char *name, double value)
|
|||
|
||||
/**
|
||||
* Set sample rate of the synth.
|
||||
* @note This function is currently experimental and should only be
|
||||
* used when no voices or notes are active, and before any rendering calls.
|
||||
* @note This function should only be used when no voices or notes are active.
|
||||
* @param synth FluidSynth instance
|
||||
* @param sample_rate New sample rate (Hz)
|
||||
* @since 1.1.2
|
||||
|
|
Loading…
Reference in a new issue