https://github.com/ricardofiorani/fluidsynth-docker
Dockered FluidSynth
https://github.com/ricardofiorani/fluidsynth-docker
docker docker-compose fluidsynth midi-api
Last synced: 3 months ago
JSON representation
Dockered FluidSynth
- Host: GitHub
- URL: https://github.com/ricardofiorani/fluidsynth-docker
- Owner: ricardofiorani
- Created: 2020-05-16T13:58:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T15:50:11.000Z (about 6 years ago)
- Last Synced: 2025-01-17T15:22:43.734Z (over 1 year ago)
- Topics: docker, docker-compose, fluidsynth, midi-api
- Language: Shell
- Size: 1000 Bytes
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Fluidsynth
Fluidsynth running on docker.
`Dockerfile` and `docker-compose.yml` provided.
## Usage
```bash
docker run --rm --interactive --tty \
--volume $PWD:/fluidsynth \
ricardofiorani/fluidsynth
```
Example:
```bash
docker run --rm --interactive --tty \
--volume $PWD:/fluidsynth \
ricardofiorani/fluidsynth -g 2 -F output_file.wav soundfont_file.sf2 input.mid
```
> The command above tries to convert a mid file to wave by using the specified soundfont.
>
> Please refer to the official Fluidsynth documentation at http://www.fluidsynth.org/ for how to use it.