decoder/fluidsynth: remove throttle (requires libfluidsynth 1.1)

The libfluidsynth API is now sane, and does not require real-time
decoding.
This commit is contained in:
Max Kellermann
2012-08-15 00:29:38 +02:00
parent dc22846d58
commit e291f3d257
4 changed files with 4 additions and 21 deletions

2
NEWS
View File

@@ -1,6 +1,8 @@
ver 0.17.2 (2012/??/??)
* protocol:
- fix crash in local file check
* decoder:
- fluidsynth: remove throttle (requires libfluidsynth 1.1)
* output:
- httpd: use monotonic clock, avoid hiccups after system clock adjustment
- httpd: fix throttling bug after resuming playback