.TH sfizz_render 1 "@MAN_TODAY@" "@CMAKE_PROJECT_VERSION@" "sfizz" .SH NAME sfizz_render \- render a MIDI file as a WAV file using an SFZ instrument description .SH SYNOPSIS .B sfizz_render .B --sfz .I FILE .B --wav .I FILE .B --midi .I FILE [\fIOPTIONS\fR...] .SH DESCRIPTION sfizz_render uses the sfizz SFZ library to render a MIDI file into a sound file using an SFZ description file and its associated samples. .SH OPTIONS .IP "\fB-b\fR, \fB--blocksize\fR \fINUMBER\fP" Block size for the sfizz callbacks .IP "\fB-s\fR, \fB--samplerate\fR \fINUMBER\fP" Output sample rate .IP "\fB-q\fR, \fB--quality\fR \fINUMBER\fP" Resampling quality. .I NUMBER has the same meaning as the SFZ sample_quality opcode. A value of 1 will use a linear interpolation of source samples, while higher values will use increasingly better algorithms. .IP "\fB-p\fR, \fB--polyphony\fR \fINUMBER\fP" Maximum polyphony .IP "\fB-v\fR, \fB--verbose\fR" Verbose output .IP "\fB--log\fR \fIPREFIX\fR" Produce logs .IP "\fB--use-eot\fR" End the rendering at the last End of Track MIDI message .IP "\fB-h\fR, \fB--help\fR" Show help .SH SEE ALSO sfizz_jack(1) .SH BUGS See the main repository at @PROJECT_REPOSITORY@. .SH AUTHOR Contributors can be seen on the main repository at @PROJECT_REPOSITORY@.