Skip to content

Commit

Permalink
Update (dcp_inspect)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangw committed Nov 15, 2013
1 parent d724091 commit 52892de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcp_inspect
Expand Up @@ -478,7 +478,7 @@ def audio_characteristics( ramdisk, asset_file, entry_point, duration, key = NIL
ramdisk.eject
exit MKFIFO_FAIL
end
pid = Process.spawn( "asdcp-unwrap -f #{ entry_point } -d #{ duration } #{ key ? "-k #{ key }" : '' } #{ Shellwords.escape asset_file } #{ asdcp_prefix_token } 2>/dev/null" )
pid = Process.spawn( "asdcp-unwrap -f #{ entry_point } -d #{ duration } #{ key ? '-k ' + key : '' } #{ Shellwords.escape asset_file } #{ asdcp_prefix_token } 2>/dev/null" )
Process.detach pid
system( 'sleep 0.2' )
out, err, status = Open3.capture3( "sox -t wavpcm #{ fifo_name } -n stats" )
Expand Down

0 comments on commit 52892de

Please sign in to comment.