Slobodna AL Govor prema tekstu

Transcribe audio & video na tekst na 100+ jezika. 10+ AI modeli. Detekcija zvučnika. Nije potrebna prijava.

9.2K
transkripcije
233.2K
prepisane minute
100+
jezici
70+
besplatni alati

Radi s javno dostupnim audio & video. DRM zaštićeni sadržaj nije podržan.

Nadogradnja za poboljšanje
Privatni transkripti
Čavrljaj s transkriptom
Otključaj pomoću pro →
Ispustite datoteku ovdje ili kliknite za pregled
MP3, WAV, M4A, FLAC, MP4, MKV, pokret, WebM — do 2GB
Nadogradnja za poboljšanje
Privatni transkripti
Čavrljaj s transkriptom
Otključaj pomoću pro →
Nadogradnja za poboljšanje
Snimanje: 0:00
Realno vrijeme Vosk (instant)
Povećano Šaputanje (precizno)
Javne veze: 24h, samo tekst · Upišite se za 7d + zvuk · Profesionalno za privatne veze

Realno vrijeme govor na tekst. AI automatski ispravlja dok govorite – preciznost se poboljšava s dužim govorom.

Isprobaj prvo mikrofon
❤️ Love STT.ai? Tell your friends!
Koristio si besplatne transkripcije.

Prijavite se besplatno dobiti 600 minuta/mjesečno, ili nadogradnja za neograničene transkripcije.

10 besplatnih min/dan 600 min besplatno s prijavom Nema kreditne kartice Šifrirano
Upišite se besplatno →
Šifrirano spremište na strani klijenta — Vaši transkripti su šifrirani u vašem pregledniku, čak i mi ih ne možemo pročitati. Naučite kako to funkcionira →

Kako STT.ai djeluje

Tri koraka do točne transkripcije

1. Pošaljite, snimite ili zalijepite URL

Povucite i ispustite bilo koju audio ili video datoteku (MP3, WAV, MP4, i 20+ formata). Snimite iz mikrofona u realnom vremenu. Ili zalijepite link iz YouTube, Vimeo, TikTok i 1.300+ platformi.

2. AI Tranpisteri s vašim izborom modela

Odaberite iz 10+ AI modela uključujući Whisper, NVIDIA Canary (# 1 preciznost) i Moonshine. Automatski prepoznajte jezik od 100+ opcija. Zvučnik dijarizacija prepoznaje tko je rekao što.

3. Izvoz, dijeljenje ili integriranje

Preuzmite kao TXT, SRT, VTT, DOCX, JSON ili PDF. Podijelite putem linka. Koristite naš API za integraciju transkripcije u vašu aplikaciju. Savršeno za titlove, bilješke sastanka, podcasts, i više.

100+
Jezici podržani
70+
Slobodni alati
1,300+
Podržane platforme
7
Izvezi formate

Programer- prvi API

Integrirajte govor-na-tekst u svoju aplikaciju u minutama. RESTful API s real-time WebSocket streaming.

REST + WebSocket — Datoteka za slanje i streaming u realnom vremenu
Višestruki modeli — Šaputanje, Kanarinska, poboljšana i više
Dijarizacija zvučnika — Auto-otkrijte tko je rekao što
Flexibilan izlaz — JSON, TXT, SRT, VTT s vremenskim znakovima riječi
import requests

response = requests.post(
    "https://api.stt.ai/v1/transcribe",
    headers={"Authorization": f"Bearer {API_KEY}"},
    files={"file": open("meeting.mp3", "rb")},
    data={
        "model": "large-v3-turbo",
        "language": "auto",
        "diarize": "true",
        "response_format": "json",
    },
)

result = response.json()
for seg in result["segments"]:
    print(f"{seg['speaker']}: {seg['text']}")

Spremni za transkripciju?

Pošaljite vaš prvi dosje besplatno. Nema kreditne kartice, nema prijave. 600 minuta mjesečno na besplatan plan.

Započni prepisivanje

Česta pitanja

speech to text runs in your browser: paste a URL, upload a file, or record from your mic. STT.ai picks the AI model and returns the transcript in under 5 minutes. Export as TXT, SRT, VTT, DOCX, JSON, or PDF.

Yes — every visitor gets 600 free minutes/month on STT.ai, usable for speech to text the same as any other workflow. Paid plans starting at $5/month unlock longer files, private transcripts, and priority queueing.

speech to text runs on the same AI models as the rest of STT.ai — our best models reach 95-97% accuracy on clean speech (3-5% Word Error Rate on benchmarks). Switch models on the fly if the first pass is below your target.

speech to text can run on any of STT.ai's 10+ models — STT.ai Enhanced (most accurate), Whisper Large V3 (99 languages), NVIDIA Canary (#1 WER on supported langs), Whisper Turbo (fast), Moonshine (lightweight), and more.

Yes. Every transcript exports as SRT or VTT — works with YouTube, Vimeo, TikTok, VLC, and every major video player. The burn-subtitles tool overlays them onto video as hardsubs.

Yes. Speaker diarization automatically labels each voice (Speaker 1, Speaker 2, ...) and you can rename them in the built-in editor. Works across all models and languages.

Most speech to text jobs finish in under 5 minutes. A 1-hour audio file typically completes in 2-3 minutes with our fastest models. Speed depends on chosen model and current GPU load.

speech to text accepts 20+ formats — MP3, WAV, M4A, FLAC, OGG, MP4, MKV, MOV, WebM, AVI, and more. Output to TXT, SRT, VTT, DOCX, JSON, or PDF.

Yes. Audio files submitted to speech to text are processed and deleted by default. Pro plans add client-side encryption — even if STT.ai's database is breached, your transcripts are unreadable without your key. Data is never used for model training without explicit opt-in.

Yes. STT.ai offers a REST API with Python and Node.js SDKs, plus an MCP server for Claude and Cursor — all usable for speech to text workflows. Free API tier includes 100 minutes/month.

Yes. Every transcript opens in the built-in editor where you can correct words, rename speakers, adjust timestamps, and add notes. All changes save automatically.

Every transcript gets a unique shareable URL. Export to DOCX or PDF for email. Pro plans add password-protected and permanent links — useful for client work.

STT.ai handles 1,300+ platforms including YouTube, Vimeo, TikTok, SoundCloud, Zoom, Google Meet, podcast hosts, and more. URL transcription works with publicly-available content only — DRM-protected sources can't be transcribed.