mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-14 00:20:41 +00:00
4240d31e51
Context: https://github.com/FluidSynth/fluidsynth/discussions/931 There is a new settings "audio.oboe.error-recovery-mode" which has string value of "Reconnect" (default) or "Stop". Under `Reconnect` mode, it automatically recreate AudioStream for the same audio device ID (which is the default = valid device, unless a specific ID is specified). The behavior is the same as OpenSLES. In the future Fluidsynth might want to provide consistent error handling mode for audio device unplugged state, but so far this change makes apps behave not too weird. |
||
---|---|---|
.. | ||
android | ||
doxygen | ||
examples | ||
images | ||
polymono | ||
usage | ||
CMakeLists.txt | ||
Doxyfile.cmake | ||
FluidMixer.ppt | ||
FluidProfile_0004.pdf | ||
fluidsettings.xml | ||
fluidsettings.xsl | ||
FluidSostenuto-005.pdf | ||
FluidSynth Thread safety paper for LAC 2011.odt | ||
fluidsynth-v20-devdoc.txt | ||
fluidsynth.1 | ||
ladspa.md | ||
README | ||
recent_changes.txt |
To build FluidSynth API reference documentation, make sure you have Doxygen installed. If you are using the cmake build system, change to the build directory and execute the following command in this doc/ directory: $ make doxygen The latest generated API HTML docs can also be found at: https://www.fluidsynth.org/api/ Even more documentation references are provided on our wiki page: https://github.com/FluidSynth/fluidsynth/wiki/Documentation