These settings are not exposed in a dedicated Advanced panel in the current Settings UI. You can view and change them through the backup import/export workflow described below, or by editing a
.hwbackup.json file before importing it.Settings reference
Max recording duration
Controls the maximum length of a single recording session.| Detail | Value |
|---|---|
| Default | 300 seconds (5 minutes) |
| Platform | macOS |
Audio sample rate
The sample rate (in Hz) at which HyperWhisper captures microphone audio for standard (non-streaming) recordings.| Detail | Value |
|---|---|
| Default | 16 000 Hz |
| Valid range | 8 000 – 48 000 Hz |
| Platform | macOS |
Streaming transcription uses a fixed sample rate set by the streaming provider, not this setting. See Streaming Settings for details.
Keep audio files
Controls whether the raw audio recording is kept on disk after a transcription completes.| Detail | Value |
|---|---|
| Default | Off (audio is discarded after transcription) |
| Platform | macOS |
History retention days
The number of days to use as the default threshold for history-based operations.| Detail | Value |
|---|---|
| Default | 30 days |
| Platform | macOS |
Show experimental models
When enabled, experimental and preview model variants appear in the model selector alongside stable models.| Detail | Value |
|---|---|
| Default | Off |
| Platform | macOS |
Changing advanced settings via backup
Because these settings do not appear in a dedicated Settings panel, the most reliable way to change them is through the backup workflow.Export your current settings
Go to Settings → Backup, make sure Settings is included, and click Export. Save the
.hwbackup.json file somewhere you can find it.Edit the file
Open the Change the values you want to adjust. Make sure the file remains valid JSON before saving.
.hwbackup.json file in a text editor. Find the "advanced" object near the bottom of the "settings" block:The
showExperimentalModels setting is stored under the "aiModel" object in the backup file, not under "advanced".Windows
The settings described on this page (maxRecordingDuration, audioSampleRate, keepAudioFiles, historyRetentionDays) are macOS-only. Windows does not implement them: they are not surfaced in the Windows UI, not written when Windows exports a backup, and not applied when Windows imports a backup. If a macOS backup file containing these fields is imported on Windows, the fields are silently ignored.