• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/speechrate.php
  • Класс: Bitrix\Sender\Integration\VoxImplant\SpeechRate
  • Вызов: SpeechRate::getRatioPerChar
private function getRatioPerChar()
{
	$rates = self::getList();
	$rate = isset($rates[$this->speedId]) ? $rates[$this->speedId] : $rates['medium'];

	return self::getBaseInterval() / $rate;
}