about summary refs log tree commit homepage
tag namev0.11.0 (eca11a53adf52ad1729473e88483606689e14426)
tag date2015-05-10 11:37:06 +0000
tagged byEric Wong <e@80x24.org>
tagged objectcommit 00d80f18ea...
downloaddtas-0.11.0.tar.gz
dtas 0.11.0 - bugfixes and splitfx features
dtas-player:

  There is one dtas-player bugfix to fix an infinite loop on missing
  files when repeating a single track.
  commit b6515b3a8abab6dcc56166da825e01e2c083bfc9

  ReplayGain also uses the "gain" effect instead of "vol", allowing
  compatibility with "gain -h" to provide extra headroom in user
  effects.
  commit 403ed90e2e7bed3e017938d76e17037b0d5059b6

dtas-splitfx:

  Dither is no longer applied when outputting bit-depths above 16-bit.

  The --bits/-b/--rate/-r/-C/--compression command-line flags are
  passed to sox(1) for output and allow overriding any targets
  specified in the output.
  commit e6a2ff2a3984320b1b83f5051709880a8b9d3708
  commit 03b1303b1c7511fdd1a6b2f63d7c509e822a6a38)

  The -O/--outdir switch allows specifying a different output
  directory, useful for splitting from read-only checkouts or
  to a faster tmpfs filesystem to avoid SSD wear.
  commit 619b08c9d4e43d94bac39cd395c1def6fa796f06

dtas-splitfx is still a work-in-progress and rapidly improving :)