hecomi / uLipSync

MFCC-based LipSync plug-in for Unity using Job System and Burst Compiler
https://tips.hecomi.com/entry/2022/01/30/152519
MIT License
988 stars 120 forks source link

Run Python chat bot with the demo #51

Open anuragdeshmukh opened 1 year ago

anuragdeshmukh commented 1 year ago

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 commented 10 months ago

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.

LightningHyperBlaze45654 commented 7 months ago

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.