-
Hi, When we write edge-tts output into a file using --write-media parameter, what is the sample rate used to write the file? Is there a way to change the sample rate to any other desired value? If yes, what is the supported range. |
Beta Was this translation helpful? Give feedback.
Answered by
rany2
Sep 15, 2024
Replies: 1 comment 3 replies
-
edge-tts/src/edge_tts/communicate.py Line 339 in dfd4cab It's hardcoded because the API doesn't support anything better than this. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
rpatapa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
edge-tts/src/edge_tts/communicate.py
Line 339 in dfd4cab
It's hardcoded because the API doesn't support anything better than this.