about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2015-05-10splitfx: pass compression factor to sox(1)
2015-05-10splitfx: support -O/--outdir switch to control output dir
2015-05-10splitfx: fix typo for dither application
2015-05-10tracklist: fix inf loop on ENOENT with repeat==1
2015-05-07replaygain uses the "gain" effect instead of "vol"
2015-04-13cleanup: avoid redundant Array conversion for escapes
2015-04-13escape INFILE and related environment variables
2015-04-13xs: allow taking a string as input
2015-02-13source/common: document dst_zero_byte attr
2015-02-04buffer: allow limiting the amount of bytes output tfx-pu
2015-02-04buffer/splice: prepare for IO::Splice::WAITALL removal
2015-02-04fadefx: effects chain generation
2015-01-28player: fix queue skipping on player errors
2015-01-28player: support the "trim" parameter
2015-01-25use omap (ordered map) for env hashes
2015-01-23watchable: simplify check
2015-01-20rename the TrimFX class to TFX
2015-01-20doc: describe most classes a bit
2015-01-20drop Rubinius workaround
2015-01-19update copyright years and links to mailing list archives
2015-01-19Revert "fadefx: remove module"
2015-01-19consolidate spawn fix for Ruby [Bug #8770]
2015-01-19avoid aliasing global "spawn" method
2015-01-19splitfx: export TBEG and TLEN variables
2015-01-19sinkedit: flesh out all parameters
2015-01-19dtas-sourceedit: update player as user saves in the editor
2015-01-19splitfx: remove unnecessary assignment
2015-01-06player: enqueued commands cannot use bypass
2015-01-03splitfx: remove redundant Hash#merge call
2015-01-03dtas-splitfx: use the top-level command used by -player
2015-01-03splitfx: add INDIR and INBASE environment variables
2014-12-29source/splitfx: fail gracefully on missing files
2014-12-29trimfx: require audio format at initialization
2014-12-29trimfx: comments and cleanups
2014-12-28splitfx: use $FX env consistently in targets, too
2014-12-28sigevent/efd: minor simplifications
2014-12-28source/splitfx: default tracklist for single-track files
2014-12-28source/splitfx: standardize on $FX for sox effects
2014-12-28source/splitfx: restart source on YAML modifications
2014-12-27player: support "source restart" command
2014-12-27player: support playing splitfx YAML files
2014-12-24restart "source ed" after env changes
2014-12-22reduce syscalls in recvmsg invocations
2014-12-08tracklist: favor &:sym_to_proc style
2014-12-08compat_onenine: simplify pipe wrapper
2014-12-08process: update comment for bug workaround #2
2014-12-08process: update comment for bug workaround
2014-10-21unix_accepted: wait for readability on EAGAIN
2014-10-21favor &:proc form instead of blocks in more places
2014-10-18sink: favor &:proc form instead of blocks