Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsalamon committed Sep 28, 2017
1 parent 2fd41e0 commit 951b89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaper/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ def _generate_audio(self, audio_path, ann, reverb=None,
if reverb is not None:
tfm.reverb(reverberance=reverb * 100)
# TODO: do we want to normalize the final output?
tfm.build(tmpfiles[0], audio_path)
tfm.build(tmpfiles[0].name, audio_path)
else:
cmb = sox.Combiner()
if reverb is not None:
Expand Down

0 comments on commit 951b89b

Please sign in to comment.