@extends('layouts.guest') @section('css') @endsection @section('content')

AI Powered Text to Speech Converter

{{ __('Create realistic voices for any text in seconds by using') }}
{{ __('over +840 realistic voices across +135 languages & dialects') }}.

{{ __('Register Now') }} @if (config('tts.vendor_logos') == 'show')
Powered By
@endif
@if (config('tts.frontend.status') == 'on')
{{ __('Experience') }} AI Voices

{{ __('Try out live demo without logging in, or login to enjoy all SSML features') }}

@csrf
Preview

/ {{ __('characters used') }}
@if (config('adsense.status') == 'on')
{!! Adsense::ads('rectangle') !!}
@endif
@endif @if (config('frontend.features_section') == 'on')
Text to Speech {{ __('Benefits') }}

{{ __('Enjoy the full flexibility of the platform with ton of features') }}

{{ __('Over +840 Voices') }}

Lorem ipsum dolor sit amet est consectetur adipisicing elit. Ut aspernatur mollitia aliquid consectetur illo sapiente nemo obcaecati unde.

{{ __('Full set of SSML Features') }}

Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut aspernatur mollitia aliquid consectetur illo sapiente nemo obcaecati unde.

{{ __('Various Audio Formats') }}

Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut aspernatur mollitia aliquid consectetur illo sapiente nemo obcaecati unde.

{{ __('Over +135 Languages & Dialects') }}

Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut aspernatur mollitia aliquid consectetur illo sapiente nemo obcaecati unde.

{{ __('Download & Share Results Easily') }}

Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut aspernatur mollitia aliquid consectetur illo sapiente nemo obcaecati unde.

{{ __('Standard & Neural Voices') }}

Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut aspernatur mollitia aliquid consectetur illo sapiente nemo obcaecati unde.

{{ __('Accurately convert text to speech powered by leading') }}
Cloud AI Technologies

Lorem ipsum dolor sit amet consectetur adipisicing elit. Excepturi, quibusdam? Illum ad eius, molestiae placeat dicta quae, ab nihil omnis obcaecati reiciendis recusandae, voluptatem eos molestias aliquam saepe tenetur optio? Consectetur adipisicing elit. Ut aspernatur mollitia aliquid consectetur illo sapiente nemo obcaecati.

@endif @if (config('frontend.cases_section') == 'on')
{{ __('Unlimited') }} {{ __('Use Cases') }}

{{ __('Create any type of audio content as you prefer') }}

@if ($case_exists)
@foreach ($cases as $case)
{{ $case->title }}
{!! $case->text !!}
@endforeach
@else
{{ __('No use cases were published yet') }}
@endif
@endif

More than +840 voices across
+135 languages and dialects

The list of languages is constantly updated. In addition,
the synthesis of existing languages is constantly being
updated and improved.

@if (config('frontend.reviews_section') == 'on')
{{ __('Customer') }} {{ __('Reviews') }}

{{ __('We guarantee that you will be one of our happy customers as well') }}

@if ($review_exists)
@foreach ($reviews as $review) @endforeach
@else
{{ __('No customer reviews were published yet') }}
@endif
@endif @if (config('frontend.blogs_section') == 'on')
{{ __('Text to Speech') }} {{ __('Blogs') }}

{{ __('Read our unique blog articles about various text to speech use cases and secrets') }}

@if ($blog_exists)
@foreach ( $blogs as $blog )
Blog Image
{{ $blog->title }}
{{ date('F j, Y', strtotime($blog->created_at)) }}
@endforeach
@else
{{ __('No blog articles were published yet') }}
@endif
@endif @if (config('frontend.faq_section') == 'on')
{{ __('Frequently Asked') }} {{ __('Questions') }}

{{ __('Got questions? We have you covered.') }}

@if ($faq_exists)
@foreach ( $faqs as $faq )
{!! $faq->answer !!}
@endforeach
@else
{{ __('No FAQ answers were published yet') }}
@endif
@endif @endsection @section('js') @endsection