Replies: 1 comment
-
facing the same issue but as usual, can't find any documentation or discussion on this |
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
-
Hey,
The function generate_audio() takes text as input and returns bytes b'\xff\xfb\x90\xc4\x00\x00\x10\x85\x96\xff...'
I want to use this bytes audio directly rather than save it on disk.
btw, I have tried BytesIO but it is not working
Beta Was this translation helpful? Give feedback.
All reactions