Exemplo n.º 1
0
    private float PlayLine(TextWithSpeech textWithSpeech)
    {
        Text.text = textWithSpeech.GetText();

        SoundController.PlaySpeech(textWithSpeech);

        return(textWithSpeech.GetAudioLength());
    }