Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csells/audiobook_man
https://github.com/csells/audiobook_man
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/csells/audiobook_man
- Owner: csells
- Created: 2024-04-27T00:19:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T18:27:43.000Z (7 months ago)
- Last Synced: 2024-10-17T15:19:09.357Z (about 1 month ago)
- Language: Dart
- Size: 2.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
CLI that uses ffmpeg to tailer a folder of mp3s for use on a mp3 player for swimming. It does this by doing the following:
- Concatenates a folder of mp3s into a single mp3 (done)
- Splits the mp3 into multiple mp3s of 20-minute parts each (pending)
- Prepends each chunk with an audio indicator of the part, e.g. "Part 20" (pending)
- Adds a silence to the end of each chunk (pending)# usage
- install [ffmpeg](https://ffmpeg.org/)
- run `bin/audiobook_man.dart` for usage instructions