about summary refs log tree commit homepage
path: root/lib/dtas/partstats.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas/partstats.rb')
-rw-r--r--lib/dtas/partstats.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dtas/partstats.rb b/lib/dtas/partstats.rb
index b669d33..9d3312b 100644
--- a/lib/dtas/partstats.rb
+++ b/lib/dtas/partstats.rb
@@ -1,12 +1,13 @@
 # -*- encoding: binary -*-
 # Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
-# Unlike the stuff for dtas-player, dtas-partstats is fairly tied to sox
 require_relative '../dtas'
 require_relative 'xs'
 require_relative 'process'
 require_relative 'sigevent'
 
+# backend for the dtas-partstats(1) command
+# Unlike the stuff for dtas-player, dtas-partstats is fairly tied to sox
 class DTAS::PartStats
   CMD = 'sox "$INFILE" -n $TRIMFX $SOXFX stats $STATSOPTS'
   include DTAS::Process