Skip to content
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

Take audio but without voice call #8

Open
lanokagato opened this issue Nov 9, 2024 · 2 comments
Open

Take audio but without voice call #8

lanokagato opened this issue Nov 9, 2024 · 2 comments

Comments

@lanokagato
Copy link

Is it possible to take the audio of message without using voice call?

@KevinAdhaikal
Copy link
Owner

KevinAdhaikal commented Nov 10, 2024

ohhh. like text to speech?

You can use character.replay_tts() function.

Example

  • if you have Voice ID
await client.character.replay_tts("Turn ID", "Candidate ID", "fill the Voice Character ID here")
  • if you don't have Voice ID and want to use Voice Query instead
await client.character.replay_tts("Turn ID", "Candidate ID", "Sonic the Hedgehog", true)

@KevinAdhaikal
Copy link
Owner

is it solved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants