about summary refs log tree commit homepage
path: root/bin/dtas-splitfx
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-05-10 09:33:40 +0000
committerEric Wong <e@80x24.org>2015-05-10 09:36:50 +0000
commit03b1303b1c7511fdd1a6b2f63d7c509e822a6a38 (patch)
tree58ec1c2104682a9ee28281db33a5729a2046e8a6 /bin/dtas-splitfx
parentd3e2d5cfa8ab2c4e8f65ac6b2bdb6212b8b4ea8b (diff)
downloaddtas-03b1303b1c7511fdd1a6b2f63d7c509e822a6a38.tar.gz
This can be useful for speeding up splitfx during development,
as sox defaults to maximum compression with FLAC and that is
extremely slow.
Diffstat (limited to 'bin/dtas-splitfx')
-rwxr-xr-xbin/dtas-splitfx1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dtas-splitfx b/bin/dtas-splitfx
index b8fc6c8..edd7dd3 100755
--- a/bin/dtas-splitfx
+++ b/bin/dtas-splitfx
@@ -15,6 +15,7 @@ OptionParser.new('', 24, '  ') do |op|
   op.on('-s', '--quiet', '--silent') { |val| opts[:silent] = true }
   op.on('-D', '--no-dither') { |val| opts[:no_dither] = true }
   op.on('-O', '--outdir OUTDIR') { |val| opts[:outdir] = val }
+  op.on('-C', '--compression FACTOR') { |val| opts[:compression] = val }
   op.parse!(ARGV)
 end