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

Run Python chat bot with the demo #51

Open
anuragdeshmukh opened this issue Aug 16, 2023 · 3 comments
Open

Run Python chat bot with the demo #51

anuragdeshmukh opened this issue Aug 16, 2023 · 3 comments

Comments

@anuragdeshmukh
Copy link

Hi, I'm very new to unity and just came across this repo.

I have built an audio chatbot in python that takes input from mic and responds in audio. I want to add a speaking face to the bot.

is there a way i can run my python script from unity and integrate this demo with my chatbot.

Thank you

@SmartBest-Zhi
Copy link

I think, you can describe your chatbot more,about the technology or framework in use.Then, you can consider to combine this project with your chatbox.

@HyperBlaze456
Copy link

making something like this one, i will send you results after i've nearly finished it.
Currently, I would recommend using www to use wav file generated. there is other options such as using tcp socket to send bytearray of wav data and receive/play in it at unity. but most of the time, especially if you're using tts services, it will not work as intended. so just use www.

@tomislavko
Copy link

I am also making something like this, i just use a virtual sink and source to make a virtual mic, and play audio generated by the chatbot with python to the sink and use the virtual mic as mic input to uLipSync.

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

4 participants