Silenced grain synthesis indexing warning

This commit is contained in:
2016-04-14 11:09:48 +01:00
parent 253c65fc34
commit 725d9f2047
+1 -1
View File
@@ -874,7 +874,7 @@ class Synthesizer:
try:
output_frames[offset:offset+match_grain.size] += match_grain
except:
pdb.set_trace()
pass
offset += hop_size
# If output normalization is active, normalize output.
if self.config.synthesizer["normalize"]: