about summary refs log tree commit homepage
path: root/lib/dtas/format.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-25 09:25:07 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-25 09:29:46 +0000
commit68ffa097e187da663fa3f537b430428ea5e8de2e (patch)
treebe7d441b68ab8c77a7ebc062c129b5701bf2a5b1 /lib/dtas/format.rb
parent9cd8e2776edc246950d2c7ebdea833489efb1d1f (diff)
downloaddtas-68ffa097e187da663fa3f537b430428ea5e8de2e.tar.gz
We should've done this at the start, but we didn't.
Diffstat (limited to 'lib/dtas/format.rb')
-rw-r--r--lib/dtas/format.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dtas/format.rb b/lib/dtas/format.rb
index 83a541a..a6e424b 100644
--- a/lib/dtas/format.rb
+++ b/lib/dtas/format.rb
@@ -75,6 +75,7 @@ class DTAS::Format # :nodoc:
     ivars_to_hash(SIVS)
   end
 
+  # FIXME, move to per-source (sox/avconv/ffmpeg)
   def from_file(path)
     @channels = qx(%W(soxi -c #{path})).to_i
     @type = qx(%W(soxi -t #{path})).strip