PlaybackLoudness in AudioTextToSpeech Instance

Hello people!

So I was trying out AudioTextToSpeech instance recently, and i noticed that theres no PlaybackLoudness property like there is in normal sounds. Is there any way to get the PlaybackLoudness of an AudioTextToSpeech Instance?

The modern audio API instances do not have a PlaybackLoudness property, instead you can connect the instances to an AudioAnalyzer instance to achieve a similar property (and a few other additional features!).

2 Likes

Alright thank you, I was looking for something like that

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.