getnamo / TensorFlow-Unreal

TensorFlow plugin for the Unreal Engine.
Other
1.15k stars 211 forks source link

sending data from TFAudioCapture to Python #61

Open Pecka95 opened 3 years ago

Pecka95 commented 3 years ago

Hey! Thank you for your plugin. I'm trying to use it to bind ue4 and vosk speech recognition. But now I'm stuck on the transmission of audio stream from tfaudiocapture component to python. Unreal crashes every time. Can you help me with this problem? Maybe i'm doing something wrong?

image image

dmp.zip

getnamo commented 3 years ago

What is custom voice struct like? What version of SocketIOClient are you using?

Pecka95 commented 3 years ago

The custom struct contains only an array of bytes. SocketIClient version is v1.1.0 for UE4.21-4.23

ArtemkaSvyat commented 3 years ago

The custom struct contains only an array of bytes. SocketIClient version is v1.1.0 for UE4.21-4.23

Hey, have you found a solution for this?