i was trying to use the localhost version of this synthesis ai by following the tutorial to get it working on a local server, but every time i try to synthesize text in the command prompt, this is is the error that pops up and it doesnt generate the audio
line 39, in generate
fwav = io.StringIO(output.tobytes())
AttributeError: 'str' object has no attribute 'tobytes'
i was trying to use the localhost version of this synthesis ai by following the tutorial to get it working on a local server, but every time i try to synthesize text in the command prompt, this is is the error that pops up and it doesnt generate the audio
line 39, in generate fwav = io.StringIO(output.tobytes()) AttributeError: 'str' object has no attribute 'tobytes'