catiR commited on
Commit
90029f5
·
1 Parent(s): 2defee0
Files changed (1) hide show
  1. scripts/reaper2pass.py +1 -1
scripts/reaper2pass.py CHANGED
@@ -28,7 +28,7 @@ def reaper_soundfile(sound_path, orig_filetype):
28
 
29
 
30
 
31
- def get_reaper_data(wav_path, maxf0='700', minf0='50', reaper_path = "REAPER/build/reaper"):
32
 
33
  f0_data = subprocess.run([reaper_path, "-i", wav_path, '-f', '/dev/stdout', '-x', maxf0, '-m', minf0, '-a'],capture_output=True).stdout
34
  #print('PLAIN:',f0_data)
 
28
 
29
 
30
 
31
+ def get_reaper(wav_path, maxf0='700', minf0='50', reaper_path = "REAPER/build/reaper"):
32
 
33
  f0_data = subprocess.run([reaper_path, "-i", wav_path, '-f', '/dev/stdout', '-x', maxf0, '-m', minf0, '-a'],capture_output=True).stdout
34
  #print('PLAIN:',f0_data)