Replies: 2 comments
-
I'm sure there's a way to use pyaudio but I haven't got that one down yet, but I did find out how to do it in Windows with VLC or ffplay (usually comes with ffmpeg). It took me FAR too long to figure this out, but I eventually got it. Make sure you put Piper and VLC (or ffplay) in your PATH and then you can do the following commands in a terminal. This will synthesize the audio and stream the playback with VLC without making a file:
This will generate a file and then play it with VLC:
Alternatively you can use ffplay to stream:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unfortunately i have the problem that i can't use 'aplay' under windows because it can only be installed via linux (maybe i'm wrong).
But I can use pyaudio under windows.
Is it possible to use pyaudio instead of aplay for streaming?
If so, can someone give me an example of what really works?
Beta Was this translation helpful? Give feedback.
All reactions