https://github.com/pixelcmtd/bcim
BisaCast IMproved.
https://github.com/pixelcmtd/bcim
Last synced: over 1 year ago
JSON representation
BisaCast IMproved.
- Host: GitHub
- URL: https://github.com/pixelcmtd/bcim
- Owner: pixelcmtd
- Created: 2022-01-31T01:10:46.000Z (over 4 years ago)
- Default Branch: daddy
- Last Pushed: 2023-05-13T18:45:33.000Z (about 3 years ago)
- Last Synced: 2025-01-17T19:49:34.356Z (over 1 year ago)
- Language: Dart
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bcim
bcim is a project trying to cultivate and improve the BisaCast.
## Usage
- Make sure you have Dart and an FFmpeg with libfdk-aac support installed
(`brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-fdk-aac` on macOS)
- `dart pub get`
- `dart run download.dart | xe -vj3 sh -c` to download all episodes into the `raw` directory.
- `dart run process_audio.dart | xe -vj0 sh -c` to convert all audio episodes into WebM Opus
(`out/webm-opus`), Ogg Opus (`out/ogg-opus`) and M4A AAC (`out/m4a-aac`).