about summary refs log tree commit homepage
path: root/lib/dtas/splitfx.rb
DateCommit message (Expand)
2024-02-01dtas-splitfx: add --stats/-S switch HEAD master
2022-07-16splitfx: warn on improper encodings for titles
2022-02-12splitfx: fix error reporting of failed tracks
2022-02-03splitfx: disallow combining --trim and --filter
2022-01-24splitfx: add --filter option to limit match to comments
2022-01-24splitfx: support per-track environment variables
2022-01-11splitfx: fix track_zpad with integer arg
2021-05-25do not shell-quote filenames for environment
2020-04-20splitfx: support --err-suffix option
2020-04-20splitfx: reduce syscalls for writing comments file
2020-02-03doc: update copyrights for 2020
2016-12-27http -> https, and relocate homepage to https://80x24.org/dtas/
2016-12-07splitfx: more consistently generate fade_in effects
2016-01-02copyright updates for 2016
2015-12-27splitfx: fixup frozen_string_literal for spawn
2015-12-25enable "frozen_string_literal: true"
2015-06-15splitfx: set OUTFMT correctly for subenv if command is set
2015-05-24splitfx: allow -p/--sox-pipe option
2015-05-21splitfx: simplify output display
2015-05-20splitfx: documentation for subclasses
2015-05-20splitfx: drop unnecessary variable
2015-05-19source/splitfx: allow watching extra external scripts
2015-05-19splitfx: avoid double-truncation with user command
2015-05-18splitfx: remove support for encoding opus
2015-05-18splitfx: show correct command for output
2015-05-17dtas-splitfx: support --trim argument
2015-05-10splitfx: fix non-generic, user-specified targets
2015-05-10splitfx: fix lossy output with player command is in use
2015-05-10splitfx: --bits and --rate for quick-n-dirty generic targets
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-04-13cleanup: avoid redundant Array conversion for escapes
2015-04-13escape INFILE and related environment variables
2015-01-20doc: describe most classes a bit
2015-01-19update copyright years and links to mailing list archives
2015-01-19avoid aliasing global "spawn" method
2015-01-19splitfx: export TBEG and TLEN variables
2015-01-19splitfx: remove unnecessary assignment
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-28splitfx: use $FX env consistently in targets, too
2014-12-27player: support playing splitfx YAML files
2014-06-06update copyrights and email address for 2014
2013-12-01splitfx: support --no-dither/-D option
2013-10-10format: common detection code (based on sox)
2013-10-02splitfx: default to default DTAS::Format if unspecified
2013-09-22splitfx: nodoc the Skip class
2013-09-22splitfx: rename "opus" target to "opusenc"