X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/c0f84b88cab9518d29900e02a9fb67776820e902..96e33120019a037c4a66e7c0b726484935449974:/CHANGES.html diff --git a/CHANGES.html b/CHANGES.html index 24f2ac0..0ed1e72 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -26,9 +26,6 @@ href="README.upgrades.html">README.upgrades before upgrading.

build time. It is the default for client applications, reflecting its widespread use in desktop environments.

-

Volume setting is not currently supported when PulseAudio is in - use.

-

Changes To RTP Support

@@ -54,9 +51,11 @@ href="README.upgrades.html">README.upgrades before upgrading.

If it's detected at configure time, a new decoder - program disorder-gstdecode is built. It uses the GStreamer - library for audio decoding and sample-rate conversion, among other - features. + program disorder-gstdecode and a new tracklength + plugin tracklength-gstreamer are built. These use the GStreamer + library for filetype detection, audio decoding and sample-rate conversion, + among other features. Using these, DisOrder can play any audio file + supported by GStreamer.

The decoder has a number of options for controlling the sample-rate and audio format conversion, allowing various tradeoffs between quality and @@ -82,6 +81,13 @@ href="README.upgrades.html">README.upgrades before upgrading.

player *.mp3 execraw /usr/sbin/disorder-gstdecode -ralbum -f-8.0 player *.ogg execraw /usr/sbin/disorder-gstdecode -ralbum -f-8.0 player *.wav execraw /usr/sbin/disorder-gstdecode -ralbum -f-8.0 + + tracklength + tracklength *.flac tracklength-gstreamer + tracklength *.mp2 tracklength-gstreamer + tracklength *.mp3 tracklength-gstreamer + tracklength *.ogg tracklength-gstreamer + tracklength *.wav tracklength-gstreamer

@@ -93,7 +99,7 @@ href="README.upgrades.html">README.upgrades before upgrading.

  • The CGI program now checks user passwords even when it runs as the main jukebox user(!).
  • -
  • DisObedience doesn't crash when search terms change under its +
  • Disobedience doesn't crash when search terms change under its feet.
  • The CGI program doesn't crash on some POST requests.