This commit restructures the audiobook generation and serving layer to rely exclusively on S3-compatible blob storage, removing the dependency on local filesystem paths. - Bundle `ffmpeg` and `ffprobe` binaries via npm to ensure portability across environments. - Update API routes to stream audio directly from blob storage instead of local disk. - Remove legacy migration endpoints and filesystem-based indexing logic. - Add startup scripts to facilitate the transition from local to remote storage. BREAKING CHANGE: Audiobook functionality is now strictly dependent on S3 configuration. The previous filesystem-based storage method has been removed.
827 B
827 B
| title |
|---|
| Custom OpenAI |
Use any custom OpenAI-compatible TTS service with OpenReader.
Use this integration when your endpoint is not directly covered by built-in dropdown defaults.
Compatibility requirements
Your provider should expose:
GET /v1/audio/voicesPOST /v1/audio/speech
OpenReader setup
- In OpenReader settings, choose provider
Custom OpenAI-Like. - Pick model
Kokoro,Orpheus, orOtheras appropriate. - Set
API_BASEto your service base URL. - Set
API_KEYif required by your service. - Choose voice.
Notes
API_BASEis required for this provider path because OpenReader cannot infer your custom host.- If voices do not load, verify the
/v1/audio/voicesresponse format. - For variable details, see Environment Variables.