From 0f9bfb784b7bbccf86b7d7d241982ba4e703efd4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 25 Aug 2013 11:40:19 +0000 Subject: preliminary support for avconv/avprobe from libav avconv is capable of outputting to the .sox format, greatly simplifying our life as it enables us to easily apply sox effects on a per-source file basis. dtas-sourceedit and the "source" protocol commands will need to change to support internal priorities (like sink). --- lib/dtas/process.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/dtas/process.rb') diff --git a/lib/dtas/process.rb b/lib/dtas/process.rb index 2806fbf..2d7dcb0 100644 --- a/lib/dtas/process.rb +++ b/lib/dtas/process.rb @@ -84,4 +84,8 @@ module DTAS::Process # :nodoc: return res if status.success? raise RuntimeError, "`#{xs(cmd)}' failed: #{status.inspect}" end + + # XXX only for DTAS::Source::{Sox,Av}.try + module_function :qx + module_function :xs end -- cgit v1.2.3-24-ge0c7