From c6647f5f0c8cf76d95ad88be01b3494bfda41c9d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 22 Sep 2013 23:02:30 +0000 Subject: splitfx: rename "opus" target to "opusenc" 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). --- test/test_splitfx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_splitfx.rb b/test/test_splitfx.rb index 9ba4664..eb3e501 100644 --- a/test/test_splitfx.rb +++ b/test/test_splitfx.rb @@ -53,7 +53,7 @@ class TestSplitfx < Testcase err = $stderr.dup begin $stderr.reopen("/dev/null", "a") - WAIT_ALL_MTX.synchronize { sfx.run("opus", opts) } + WAIT_ALL_MTX.synchronize { sfx.run("opusenc", opts) } ensure $stderr.reopen(err) end -- cgit v1.2.3-24-ge0c7