BABEL//FIRE
Play every world. Understand every voice.
Phase 3 — Pure Cloud Pipeline (100% OpenAI API)

0. Settings (BYOK)

OpenAI API Key is required for Translation and TTS. Your key is stored in your browser.

If keywords are set, the translator will only translate speech captured between the activation and deactivation words. The microphone stops automatically if you say the deactivation keyword.

1. Continuous Listening or File Upload

OR

Continuous Listening: Leave it running while gaming! It automatically translates when you speak and stops when you say the Deactivation Keyword. The translation is played automatically in your headphones.

Windows audio setup

Optional PowerShell shortcuts for checking microphones, headphones and per-app routing. Copy a command and run it in PowerShell as your normal Windows user.

Open Windows sound settings

Choose the default microphone and headphones, then check input level and audio enhancements.

Start-Process "ms-settings:sound"
Open recording devices

Enable, disable or set the preferred recording device.

Start-Process control.exe -ArgumentList "mmsys.cpl,,1"
List Windows audio endpoints

Check which microphones, headsets and speakers Windows currently exposes.

Get-PnpDevice -Class AudioEndpoint | Sort-Object Status, FriendlyName | Format-Table Status, FriendlyName -AutoSize
Open per-app volume mixer

Choose separate input and output devices for the browser, game or voice-chat application.

Start-Process "ms-settings:apps-volume"

These commands only open Windows settings or list devices. They do not install or change audio drivers.

2. Translation direction

Powered by OpenAI. Translate from and to any supported language.

Story mode — received audio only

Translates only audio from the tab or window you share and plays the translation on your audio output. The microphone stays off. Enable Share audio in the browser dialog. Wake words are not used in this mode.

3. Advanced options

STT engine
Pipeline options