# xsynth-render A command line utility for rendering MIDIs to audio using XSynth. It receives a MIDI file path and other parameters as arguments, and generates an audio file in WAV format. Use by running `cargo run -r -- ` if you are compiling from source or `xsynth-render ` if you are using a pre-built binary. ## Arguments You can view all the available options by running `xsynth-render --help`: ``` Usage: xsynth-render [OPTIONS] ... Arguments: The path of the MIDI file to be converted. ... Paths of the soundfonts to be used. Will be loaded in the order they are typed. Options: -o, --output The path of the output audio file. Default: "out.wav" -s, --sample-rate The sample rate of the output audio in Hz. Default: 48000 (48kHz) -c, --audio-channels