Auphonic Integration

> Beta feature - Auphonic integration is opt-in. Enable it under Tools > Settings > General > Enable beta features. The Auphonic menu will appear after saving.

ChapterForge integrates with Auphonic for professional audio post-production. Connect your own Auphonic account to process audio using your own credits - ChapterForge does not resell or proxy Auphonic billing.

Features

Auphonic menu (between View and Help):

Menu itemShortcutAction
Connect Account-OAuth connect / view credit balance
New Production-Submit audio for processing
Job History-View jobs and download results

Setup

0. Enable beta features

Open Tools > Settings, go to the General tab, and check Enable beta features (Auphonic integration). Click OK. The Auphonic menu will appear in the menu bar.

1. Get an Auphonic account

Sign up at https://auphonic.com. New accounts receive free credits.

2. Register a desktop OAuth app (admin / developer step)

Contact Auphonic support to register a desktop OAuth application. You will receive a Client ID and Client Secret. These are set per deployment:

3. Connect from inside ChapterForge

  1. Open Auphonic > Connect Account
  2. Click Connect Auphonic - your browser opens to Auphonic's authorization page
  3. Log in and approve access
  4. Return to ChapterForge - the dialog shows your credit balance

Your OAuth token is stored encrypted in %APPDATA%\ChapterForge\auphonic_token.bin using Windows DPAPI. It is never logged or sent to any server other than Auphonic.

Submitting a Production

  1. Open Auphonic > New Production
  2. Click Browse and select an audio file
  3. ChapterForge validates the file with ffprobe (rejects video streams)
  4. Your credit estimate and available balance are shown
  5. Choose a preset (or your own account preset)
  6. Enter a title and click Submit Production
  7. ChapterForge submits to Auphonic and polls for completion in the background

When the job finishes you receive a notification. Open Job History to download results.

Built-in Presets

PresetBest forKey settings
Podcast CleanupGeneral podcast editingLeveling, -16 LUFS, denoise, filtering. MP3 + stats
Podcast Cleanup + TranscriptPodcast with accessibilitySame + transcript HTML/TXT, SRT, WebVTT captions
Audiobook / ACX DraftAudiobook submission drafts-18 LUFS, heavy denoise, WAV + FLAC
Lecture CleanupRecorded lecturesDenoise, silence cutting, MP3 + captions
Meeting / Interview MultitrackMulti-person recordingsAdaptive leveling, multitrack layout, MP3
Archive MasterLong-term archivalMinimal processing, FLAC + WAV + chapters

Audio-Only Policy

This integration is audio-only. The following are enforced at every stage:

Credit Billing

Auphonic bills based on processed audio duration:

Job History

Auphonic > Job History shows all submitted jobs with:

Data Storage

All Auphonic job data is stored locally in %APPDATA%\ChapterForge\auphonic.db (SQLite). Nothing is sent to ChapterForge's servers.

Troubleshooting

ProblemSolution
"Not connected to Auphonic"Open Connect Account and click Connect
"Insufficient credits"Purchase credits at auphonic.com or use a shorter file
"File contains a video stream"Convert to audio-only before using (e.g., extract audio with ffmpeg)
Token expiredOpen Connect Account - ChapterForge refreshes automatically, or reconnect
Job stuck in ProcessingJob History > Refresh - polling continues in the background
OAuth credentials not configuredSet AUPHONIC_CLIENT_ID and AUPHONIC_CLIENT_SECRET environment variables