-
-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edge-playback opens the MPV GUI on Windows #315
Comments
It doesn't even take a millisecond to generate, so it's not really an issue.
This is only an issue on Windows and I'm not exactly sure what arguments need to be added to mpv to make this behavior stop. Can you try to add edge-tts/src/edge_playback/__main__.py Line 60 in 7c83923
|
Thank you for your reply. |
I modified the parameters as shown below, but it had no effect; the GUI window still appears: |
It's supposed to be: |
Actually revisiting this, it could be an MPV bug on Windows only :/ |
I made a new attempt and directly used the following command to play the MP3 file, but the MPV GUI interface did not appear.
The playback details are not displayed with the command:
|
Could you review this issue again? There is no problem with displaying the GUI window on Windows. Directly using the above MPV command line does not display a GUI window. |
I am using Windows 10 LTSC. When I execute the command
edge-playback --text "Hello, world!"
, the generated audio plays in the MPV window.See Gif demo:
The text was updated successfully, but these errors were encountered: