sfizz/clients/sfizz_render.man.in
redtide 6878125b92
CMake definitions and format rearrangement
- Rename some SFIZZ_ prefixed definitions where possible to permit some modules
  to be generic and be reused in other projects, keep project' information
  in the same place and more explicit
- Fixed non-compliant code formatting
2023-05-20 12:37:22 +02:00

30 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 @PROJECT_REPOSITORY@.
.SH AUTHOR
Contributors can be seen on the main repository at @PROJECT_REPOSITORY@.