SocketIOClient-Unreal icon indicating copy to clipboard operation
SocketIOClient-Unreal copied to clipboard

Assertion Failed error while converting SoundWave to Bytes using ToBytes Node

Open mubashirrehman9 opened this issue 1 year ago • 1 comments

I am using audio capture to record sound input from mic and send it to the nodeJS server using socket.io. I did it using a third party plug-in to convert sound wave to bytes that works fine but is not suitable for our use case. So, using ToBytes node from CUBluePrintLibrary.cpp, as soon as the execution hits it throws this assertion failed error. image image

mubashirrehman9 avatar Apr 26 '24 11:04 mubashirrehman9

Conversion function is found here: https://github.com/getnamo/SocketIOClient-Unreal/blob/master/Source/CoreUtility/Private/CUBlueprintLibrary.cpp#L217 Ensure channels and sample rates are filled and that the soundwave is not null.

getnamo avatar May 01 '24 03:05 getnamo