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.
16 lines
619 B
Markdown
16 lines
619 B
Markdown
---
|
|
title: Acknowledgements
|
|
---
|
|
|
|
This project is built with support from the following open-source projects and tools:
|
|
|
|
- [Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M)
|
|
- [Kokoro-FastAPI](https://github.com/remsky/Kokoro-FastAPI)
|
|
- [Better Auth](https://www.better-auth.com/)
|
|
- [SQLite](https://www.sqlite.org/)
|
|
- [PostgreSQL](https://www.postgresql.org/)
|
|
- [SeaweedFS](https://github.com/seaweedfs/seaweedfs)
|
|
- [whisper.cpp](https://github.com/ggerganov/whisper.cpp)
|
|
- [ffmpeg](https://ffmpeg.org)
|
|
- [react-pdf](https://github.com/wojtekmaj/react-pdf)
|
|
- [react-reader](https://github.com/happyr/react-reader)
|