- Update to 2.2.4:

* Per-channel `ALL_SOUND_OFF` when seeking/stopping player
  * Fix windows related encoding problems
  * Rewind playlist when calling `fluid_player_play` after all loops are complete
  * Fix MinGW related static linking issues

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=98
This commit is contained in:
Takashi Iwai 2021-11-22 08:59:17 +00:00 committed by Git OBS Bridge
parent 404052057e
commit 1cf9df3907

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Nov 22 09:58:54 CET 2021 - tiwai@suse.de
- Update to 2.2.4:
* Per-channel `ALL_SOUND_OFF` when seeking/stopping player
* Fix windows related encoding problems
* Rewind playlist when calling `fluid_player_play` after all loops are complete
* Fix MinGW related static linking issues
-------------------------------------------------------------------
Fri Oct 15 12:11:47 UTC 2021 - Johannes Segitz <jsegitz@suse.com>