You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i am trying to use PiperEngine
`
voice = PiperVoice(r"C:\Users\mandi\PycharmProjects\JarvisProject2.0\en_GB-alan-medium.onnx", r"C:\Users\mandi\PycharmProjects\JarvisProject2.0\en_GB-alan-medium.onnx.json")
Hello, i am trying to use PiperEngine
`
voice = PiperVoice(r"C:\Users\mandi\PycharmProjects\JarvisProject2.0\en_GB-alan-medium.onnx", r"C:\Users\mandi\PycharmProjects\JarvisProject2.0\en_GB-alan-medium.onnx.json")
engine = PiperEngine(r"C:\Users\mandi\Documents\piper\piper.exe", voice=voice)
stream = TextToAudioStream(engine)
stream.feed(runPrompt(prompt))
stream.play_async()
`
but it returns error
`
Unexpected WAV properties: Channels=1, Rate=22050, Width=2
WARNING:root:engine piper failed to synthesize sentence "They lived happily ever after, with only the most necessary luxuries.", unknown error
WARNING:root:engine piper is the only engine available, can't switch to another engine
`
The text was updated successfully, but these errors were encountered: