mirror of https://github.com/MycroftAI/mimic2.git
fixed eval
parent
38aed1a13d
commit
378a5280b2
|
@ -56,4 +56,4 @@ class Synthesizer:
|
||||||
|
|
||||||
out = io.BytesIO()
|
out = io.BytesIO()
|
||||||
audio.save_wav(wav, out)
|
audio.save_wav(wav, out)
|
||||||
return out, alignment
|
return out.getvalue(), alignment
|
||||||
|
|
Loading…
Reference in New Issue