Get Audio2Face blendshapes on Web

Hello everyone,

I’m having a bit of trouble connecting the audio2face streamlivelink for blendshapes to my web frontend. From my testing, it appears that audio2face is using Python socket module which is a TCP socket. But JavaScript or the web doesn’t support TCP sockets, making it impossible for me to establish the connection.

I’ve already tried using websockify as a proxy websocket, but it wasn’t able to connect to audio2face. If anyone has any suggestions or workarounds that I could try, I would really appreciate it.

Thank you all in advance for your help.

Sorry Audio2Face doesn’t support JavaScript.

Does this help? GitHub - agladshteyn/BrowserSocket