31 lines
1.1 KiB
Groff
31 lines
1.1 KiB
Groff
|
|
.TH sfizz_render 1 "@MAN_TODAY@" "@CMAKE_PROJECT_VERSION@" "sfizz_render man page"
|
||
|
|
.SH NAME
|
||
|
|
sfizz_render \- Render a MIDI file as a WAV file using an SFZ instrument description.
|
||
|
|
.SH SYNOPSIS
|
||
|
|
sfizz_render --sfz FILE --wav FILE --midi FILE [OPTIONS...]
|
||
|
|
.SH DESCRIPTION
|
||
|
|
sfizz_render wraps the sfizz SFZ library and can be used to render midi file as sound files using an SFZ description file and its associated samples.
|
||
|
|
.SH OPTIONS
|
||
|
|
.IP "-b, --blocksize NUMBER"
|
||
|
|
Block size for the sfizz callbacks
|
||
|
|
.IP "-s, --samplerate NUMBER"
|
||
|
|
Output sample rate
|
||
|
|
.IP "-q, --quality NUMBER"
|
||
|
|
Resampling quality, like the SFZ sample_quality opcode. A value of 1 will use a linear interpolation of source samples, while higher value will use increasingly better algorithms.
|
||
|
|
.IP "-p, --polyphony NUMBER"
|
||
|
|
Maximum polyphony
|
||
|
|
.IP "-v, --verbose"
|
||
|
|
Verbose output
|
||
|
|
.IP "--log PREFIX"
|
||
|
|
Produce logs
|
||
|
|
.IP "--use-eot"
|
||
|
|
End the rendering at the last End of Track Midi message
|
||
|
|
.IP "-h, --help"
|
||
|
|
Show help
|
||
|
|
.SH SEE ALSO
|
||
|
|
sfizz_jack(1)
|
||
|
|
.SH BUGS
|
||
|
|
See the main repository at @SFIZZ_REPOSITORY@.
|
||
|
|
.SH AUTHOR
|
||
|
|
Contributors can be seen on the main repository at @SFIZZ_REPOSITORY@.
|