Dtas 0.8.0 - duct tape audio suite for *nix

Free Software command-line tools for audio playback, mastering, and
whatever else related to audio. dtas follows the worse-is-better
philosophy and acts as duct tape to combine existing command-line tools
for flexibility and ease-of-development. dtas is currently implemented
in Ruby (and some embedded shell), but may use other languages in the
future.

Changes:

dtas 0.8.0 - player bugfixes

Several bugfixes for the dtas-player and playback-related
components. Audio-editing support is still being worked on.

See git repository for full details:

 git clone git://80x24.org/dtas

Terminal-browser-friendly HTML mail archives are also up at:

 http://80x24.org/dtas-all/

The mailing list for anything related to dtas remains at:

 [email protected]

The list is open to all without subscription (no HTML email).
dtas is for and by users who never want to deal with GUIs.

shortlog of changes since 0.7.0:

     dtas-console: add note to install "curses" gem if missing
     test/helper: compat w/ coverage in Feature #9508
     player: style cleanup to favor &:methods
     update copyrights and email address for 2014
     trimfx: initial cut of scheduling + gap filling
     test/helper: ancient minitest compatibility
     test_splitfx: fix tests without opus{enc,dec}
     remove builtin-$FADEFX support
     fadefx: remove module
     tests: hoist out pluck generation
     xs: favor &: block style for simple cases
     rely on filesystem encoding
     client_handler: minor cleanup (favor &:proc)
     doc: document "tl get"/"dtas-tl cat" escaping gotcha
     dtas-console: force encoding for current locale
     unix_server: fix for infinite loop
     sink: favor &:proc form instead of blocks
     favor &:proc form instead of blocks in more places
     unix_accepted: wait for readability on EAGAIN