Skip to content

Commit

Permalink
Update lib/modules/spectrogram.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Nov 6, 2012
1 parent 47dfdef commit a88973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/spectrogram.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'open3'

module Spectrogram
@sox_path = if OS.windows? then "./vendor/bin/sox/windows/sox.exe" else "sox" end
@sox_path = if OS::OS.windows? then "./vendor/bin/sox/windows/sox.exe" else "sox" end
@sox_arguments_verbose = "-V"
@sox_arguments_output_audio = "-n"
@sox_arguments_sample_rate = "rate 22050"
Expand Down

0 comments on commit a88973e

Please sign in to comment.