fixed eval

test
Michael Nguyen 2018-08-25 16:38:11 -05:00
parent 38aed1a13d
commit 378a5280b2
1 changed files with 1 additions and 1 deletions

View File

@ -56,4 +56,4 @@ class Synthesizer:
out = io.BytesIO()
audio.save_wav(wav, out)
return out, alignment
return out.getvalue(), alignment