Original Discord Post by jteio0 | 2024-11-14 15:50:32
Heya,
I’m looking to use the On Audio Playback Percent callback to try and create the effect of the characters text appearing word by word as they speak (rather than one big block)
The issue is the callback seems to return very small numbers, seemingly related to the fact that the length of the audio is 10000 regardless of the audio that is playing.
And the percent keeps increasing even once the audio had finished playing.
my graph is attached and the resulting print looks like this
LogBlueprintUserMessages: [BP_Joi_C_2] 0.002688, S: 0.0, d:10000.0
LogBlueprintUserMessages: [BP_Joi_C_2] 0.00269, S: 0.0, d:10000.0
LogBlueprintUserMessages: [BP_Joi_C_2] 0.002692, S: 0.0, d:10000.0
etc
this seems to be contrary to the expected use!
any tips would be much appreciated
Images: