Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/screenshots/de/plugins/soniox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/en/plugins/soniox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/plugins/soniox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions src/content/addons/de/soniox.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
slug: soniox
name: Soniox
author: TypeWhisper
version: 1.0.0
icon: AudioWaveform
description: Cloud-Transkription in Echtzeit mit Soniox per WebSocket-Streaming, REST-Fallback und Einweg-Übersetzung ins Englische.
categories:
- transcription
platforms:
- mac
source: bundled
apiDocsUrl: https://soniox.com/docs
sourceUrl: https://github.com/TypeWhisper/typewhisper-mac/pull/174
principalClass: SonioxPlugin
---

## Über

Soniox ergänzt TypeWhisper um eine Cloud-Transkriptions-Engine auf Basis der Soniox-API. Das in PR #174 eingeführte Plugin nutzt Echtzeit-WebSocket-Streaming als primären Pfad und fällt automatisch auf REST-Batch-Transkription zurück, wenn Streaming nicht verfügbar ist. Soniox ist das erste TypeWhisper-Transkriptions-Plugin mit eingebauter Einweg-Übersetzung ins Englische.

## Features

- Echtzeit-Transkription per WebSocket-Streaming
- Automatischer REST-Batch-Fallback für mehr Zuverlässigkeit
- Einweg-Übersetzung ins Englische während der Live-Transkription
- 70+ unterstützte Sprachen, darunter Arabisch, Chinesisch, Deutsch, Englisch, Französisch, Hindi, Japanisch, Koreanisch, Portugiesisch, Russisch, Spanisch und viele mehr
- Automatische Endpunkt-Erkennung für natürliche Sprachsegmentierung
- Eingebaute API-Key-Validierung in den Einstellungen
- Sichere Speicherung des API-Schlüssels im macOS-Schlüsselbund

## Transkriptionsmodelle

| Modell | ID |
| --- | --- |
| STT RT v4 | `stt-rt-v4` |
| STT RT Preview | `stt-rt-preview` |

## Konfiguration

- **API-Schlüssel** - Erstelle einen API-Schlüssel in deinem Soniox-Konto und füge ihn in die Plugin-Einstellungen ein.
- **Modell** - Wähle ein Transkriptionsmodell. `STT RT v4` ist die empfohlene Standardeinstellung.

## Einrichtung

1. Öffne TypeWhisper Einstellungen > Plugins
2. Finde das Soniox-Plugin und klicke auf Konfigurieren
3. Gib deinen Soniox-API-Schlüssel ein und speichere ihn
4. Wähle dein bevorzugtes Modell (STT RT v4 empfohlen)
5. Wähle Soniox als Transkriptions-Engine in den Einstellungen oder in einem Profil
50 changes: 50 additions & 0 deletions src/content/addons/en/soniox.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
slug: soniox
name: Soniox
author: TypeWhisper
version: 1.0.0
icon: AudioWaveform
description: Real-time cloud transcription via Soniox with WebSocket streaming, REST fallback, and one-way translation to English.
categories:
- transcription
platforms:
- mac
source: bundled
apiDocsUrl: https://soniox.com/docs
sourceUrl: https://github.com/TypeWhisper/typewhisper-mac/pull/174
principalClass: SonioxPlugin
---

## About

Soniox adds a cloud transcription engine to TypeWhisper powered by the Soniox API. The plugin introduced in PR #174 uses real-time WebSocket streaming as its primary path and automatically falls back to REST batch transcription when streaming is unavailable. Soniox is the first TypeWhisper transcription plugin with built-in one-way translation to English.

## Features

- Real-time transcription via WebSocket streaming
- Automatic REST batch fallback for reliability
- One-way translation to English during live transcription
- 70+ supported languages including Arabic, Chinese, English, French, German, Hindi, Japanese, Korean, Portuguese, Russian, Spanish, and many more
- Automatic endpoint detection for natural speech segmentation
- Built-in API key validation in settings
- Secure API key storage in the macOS Keychain

## Transcription Models

| Model | ID |
| --- | --- |
| STT RT v4 | `stt-rt-v4` |
| STT RT Preview | `stt-rt-preview` |

## Configuration

- **API Key** - Create an API key in your Soniox account and paste it into the plugin settings.
- **Model** - Select a transcription model. `STT RT v4` is the recommended default.

## Setup

1. Open TypeWhisper Settings > Plugins
2. Find the Soniox plugin and click Configure
3. Enter your Soniox API key and save it
4. Select your preferred model (STT RT v4 recommended)
5. Select Soniox as your transcription engine in Settings or in a profile