format.from_file: reduce soxi invocations
commit53c3abbbb222e3ab84c565498b8461009a3059c0
authorEric Wong <e@80x24.org>
Mon, 26 Dec 2016 22:43:32 +0000 (26 22:43 +0000)
committerEric Wong <e@80x24.org>
Mon, 26 Dec 2016 22:43:32 +0000 (26 22:43 +0000)
tree9f44c56e2e349f6862a4467c9b114fe4e6997108
parentf77befb947a41d9ce939ad4a624bd820eac6245a
format.from_file: reduce soxi invocations

Spawning processes under Ruby on Linux is relatively cheap,
but may not be for other OSes and it's still cheaper to
spawn fewer processes.
lib/dtas/format.rb