KevinAdhaikal / CAINode

A lightweight unofficial Character.AI API in Node/Deno/Bun JS.
https://www.npmjs.com/package/cainode
31 stars 7 forks source link

Take audio but without voice call #8

Open lanokagato opened 1 week ago

lanokagato commented 1 week ago

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

KevinAdhaikal commented 1 week ago

~ohhh. like text to speech?~

You can use character.replay_tts() function.

Example

KevinAdhaikal commented 1 week ago

is it solved?