2024-05-26 23:35:12 -04:00
|
|
|
.TH sfizz_render 1 "@MAN_TODAY@" "@CMAKE_PROJECT_VERSION@" "sfizz"
|
2021-10-20 23:53:34 +02:00
|
|
|
.SH NAME
|
2024-05-26 23:35:12 -04:00
|
|
|
sfizz_render \- render a MIDI file as a WAV file using an SFZ instrument description
|
2021-10-20 23:53:34 +02:00
|
|
|
.SH SYNOPSIS
|
2024-05-26 23:35:12 -04:00
|
|
|
.B sfizz_render
|
|
|
|
|
.B --sfz
|
|
|
|
|
.I FILE
|
|
|
|
|
.B --wav
|
|
|
|
|
.I FILE
|
|
|
|
|
.B --midi
|
|
|
|
|
.I FILE
|
|
|
|
|
[\fIOPTIONS\fR...]
|
2021-10-20 23:53:34 +02:00
|
|
|
.SH DESCRIPTION
|
2024-05-26 23:35:12 -04:00
|
|
|
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.
|
2021-10-20 23:53:34 +02:00
|
|
|
.SH OPTIONS
|
2024-05-26 23:35:12 -04:00
|
|
|
.IP "\fB-b\fR, \fB--blocksize\fR \fINUMBER\fP"
|
2021-10-20 23:53:34 +02:00
|
|
|
Block size for the sfizz callbacks
|
2024-05-26 23:35:12 -04:00
|
|
|
.IP "\fB-s\fR, \fB--samplerate\fR \fINUMBER\fP"
|
2021-10-20 23:53:34 +02:00
|
|
|
Output sample rate
|
2024-05-26 23:35:12 -04:00
|
|
|
.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"
|
2021-10-20 23:53:34 +02:00
|
|
|
Maximum polyphony
|
2024-05-26 23:35:12 -04:00
|
|
|
.IP "\fB-v\fR, \fB--verbose\fR"
|
2021-10-20 23:53:34 +02:00
|
|
|
Verbose output
|
2024-05-26 23:35:12 -04:00
|
|
|
.IP "\fB--log\fR \fIPREFIX\fR"
|
2021-10-20 23:53:34 +02:00
|
|
|
Produce logs
|
2024-05-26 23:35:12 -04:00
|
|
|
.IP "\fB--use-eot\fR"
|
2024-05-26 23:52:02 -04:00
|
|
|
End the rendering at the last End of Track MIDI message
|
2024-05-26 23:35:12 -04:00
|
|
|
.IP "\fB-h\fR, \fB--help\fR"
|
2021-10-20 23:53:34 +02:00
|
|
|
Show help
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
|
sfizz_jack(1)
|
|
|
|
|
.SH BUGS
|
2023-05-20 12:37:22 +02:00
|
|
|
See the main repository at @PROJECT_REPOSITORY@.
|
2021-10-20 23:53:34 +02:00
|
|
|
.SH AUTHOR
|
2023-05-20 12:37:22 +02:00
|
|
|
Contributors can be seen on the main repository at @PROJECT_REPOSITORY@.
|