@extends('layout.agency') @section('meta_tags') @stop @section('pagename') Speech to Speech @stop @section('top_import_file') @stop @section('bottom-scripts') @stop @section('content')
Speech Synthesis

Unleash the power of our cutting-edge technology to generate realistic, captivating speech in a wide range of languages.

OR

701 / 5000
5
5
5
    @foreach ($stsRecords as $tts)
  • @if ($tts->stability && $tts->stability !== 'N/A') Stability: {{ number_format($tts->stability * 100, 1) }}% @endif @if ($tts->similarity && $tts->similarity !== 'N/A') Similarity: {{ number_format($tts->similarity * 100, 1) }}% @endif @if ($tts->exaggeration && $tts->exaggeration !== 'N/A') Exaggeration: {{ number_format($tts->exaggeration * 100, 1) }}% @endif @if ($tts->speakerboast && $tts->speakerboast !== 'N/A') Speakerboast: {{ $tts->speakerboast == 1 ? 'Enabled' : 'Disabled' }} @endif @if ($tts->model_id && $tts->model_id !== 'N/A') Model ID: {{ $tts->model_id }} @endif
  • @endforeach
@stop