https://github.com/stemplayer-js/docker-process-audio
Segment audio for HLS into mp3 from a wav file
https://github.com/stemplayer-js/docker-process-audio
Last synced: 11 months ago
JSON representation
Segment audio for HLS into mp3 from a wav file
- Host: GitHub
- URL: https://github.com/stemplayer-js/docker-process-audio
- Owner: stemplayer-js
- Created: 2023-05-04T05:49:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T07:33:29.000Z (over 2 years ago)
- Last Synced: 2025-03-29T04:28:19.294Z (about 1 year ago)
- Language: Shell
- Size: 6.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-segment-audio
Pre-process source audio and convert it into HLS (m3u8) format that can be used with our [Stem Player](https://github.com/stemplayer-js/stemplayer-js).
## Usage
```sh
docker build -t stemplayer-js-segment-audio .
docker run --rm -it -v $PWD:/workdir stemplayer-js-segment-audio \
--input source/my-audio.wav \
--output output
```