Accesso Riservato
Inserisci la password per accedere.
Live Translator
Pro AI Engine๐ Traduzione & Sintesi
๐ Audio & Trasmissione
โจ Modificatori AI
๐ ๏ธ Configurazione
Use computer dictation or paste text: the app translates and summarizes as if it were a live microphone.
๐ฆ Esporta Standalone
Scarica il codice sorgente completo di quest'app. La versione scaricata non dipenderร piรน da Miniapps.ai e potrai usarla gratuitamente hostandola ovunque (GitHub Pages, Vercel, PC locale).
Motori AI Supportati:
- Groq: Modelli gratuiti e velocissimi (es. Llama 3) via API.
- OpenAI: Tramite la tua chiave API ufficiale.
- OpenRouter: routing smart tra piรน modelli, fallback e controllo costi.
- Ollama / LM Studio: 100% Locale e Offline (nessun costo, privacy totale).
โ ๏ธ Nota per l'uso locale (Microfono): Se apri il file scaricato facendo doppio clic (indirizzo file://...), il browser potrebbe chiederti il consenso del microfono ad ogni singola pausa di ascolto. Per evitarlo e rendere il permesso permanente, avvia l'app tramite un server locale (es. l'estensione Live Server su VSCode) oppure pubblicala su uno spazio web gratuito (es. GitHub Pages).
โ๏ธ Motori IA (Trascrizione & Traduzione)
Configura i provider per la voce e per il testo. L'uso di chiavi personali aggira eventuali manutenzioni del sito.
๐๏ธ Trascrizione Vocale (STT)
Auto mode no longer switches to dictation by itself. For PC audio use PC Recognition and choose โPC audio from card/screenโ or a loopback/stereo mix.
Ottieni una chiave gratuita (con crediti iniziali) su console.deepgram.com. La quota free รจ sufficiente per ore di trascrizione.
Use your own Groq key. Direct calls from the browser may be blocked by CORS: for public events a backend proxy is recommended.
If set, audio is sent to your proxy instead of directly to Groq.
Use only STT model IDs supported by Groq; if youโre not sure, stick with turbo or large-v3.
Configure AssemblyAI to show only completed sentences. For sentence-by-sentence subtitles mainly use the silence threshold; force-end is optional and conservative.
AssemblyAI uses WebSockets. If the browser blocks the token request, use a proxy (POST apiKey โ returns token).
Lower = shorter sentences; higher = longer chunks.
0 disables time-based cutting.
Free field: add any query parameter supported by AssemblyAI. token, sample_rate and end_utterance_silence_threshold are handled automatically.
Nota: Ollama deve supportare l'endpoint /v1/audio/transcriptions. Imposta OLLAMA_ORIGINS="*".
LM Studio: attiva il Local Server su porta 1234 con CORS abilitato e usa l'indirizzo locale. Open WebUI: usa l'URL corretto.
Motore AI (Traduzione & Riassunto)
The NLLB model is loaded only at the first local translation, not when you save the settings.
OpenRouter uses different models for live translation, summaries, and fallback. For public events a backend proxy is recommended: do not expose API keys in the browser.
If set, the app sends requests to your proxy instead of directly to OpenRouter.
โ ๏ธ Assicurati di avviare Ollama impostando la variabile d'ambiente OLLAMA_ORIGINS="*" per evitare errori CORS.
Es. qwen2.5:3b o llama3.2 (Ollama), llama3-8b-8192 (Groq), gpt-4o-mini (OpenAI), gemini-1.5-flash (Gemini)
๐ฒ Genera QR Code
Inserisci un URL o un testo per generare un QR Code al volo.
๐พ Salva Documento
Scegli cosa includere nel file da scaricare:
๐จ Personalizza Brand
Personalizza l'aspetto dei link spettatore e invia schermate di pausa.
๐ฅ Configura Firebase Cloud
Crea un progetto gratuito su Firebase, attiva il "Realtime Database" (in modalitร di test) e incolla qui le credenziali per supportare centinaia di spettatori.
