Php – Text to speech: pitch value is not considered
I am making calls in php to the rest api of google text to speech. I make the call in this way: $url = "https://texttospeech.googleapis.com/v1/text:synthesize?key=".$key; $data = array( 'input' => array( 'ssml' => $testo ), 'voice' => array( "languageCode" =>…