about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-22 23:02:30 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-22 23:14:44 +0000
commitc6647f5f0c8cf76d95ad88be01b3494bfda41c9d (patch)
tree91ef1ffc43e8c7ec72ab6767ffc98e36b8a7efcc /lib
parent09724ca3f1eb1d0d726ba0f6288b44bdc073994e (diff)
downloaddtas-c6647f5f0c8cf76d95ad88be01b3494bfda41c9d.tar.gz
sox(1) may gain the ability to natively encode to Opus one day
without using opusenc(1), so make it more explicit we are relying
on opusenc(1).
Diffstat (limited to 'lib')
-rw-r--r--lib/dtas/splitfx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dtas/splitfx.rb b/lib/dtas/splitfx.rb
index c54c1a4..fd7093a 100644
--- a/lib/dtas/splitfx.rb
+++ b/lib/dtas/splitfx.rb
@@ -58,7 +58,7 @@ class DTAS::SplitFX # :nodoc:
           "channels" => 2,
         },
       },
-      "opus" => {
+      "opusenc" => {
         "command" => 'sox "$INFILE" $COMMENTS $OUTFMT - ' \
            '$TRIMFX $RATEFX $DITHERFX | opusenc --music ' \
            '--raw-bits $BITS_PER_SAMPLE ' \