Skip to content

Commit

Permalink
Fix typo in sonivoxrender
Browse files Browse the repository at this point in the history
  • Loading branch information
rsp4jack committed Oct 19, 2024
1 parent 5b48456 commit 4c9ffa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/sonivoxrender.1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Reverb wet level between 0 and 32767.
Reverb dry level between 0 and 32767.
.TP
\-c \f[I]chorus_preset\f[R]
Chorus preset between 0 and 4: 0=no, 1..4=presents.
Chorus preset between 0 and 4: 0=no, 1..4=presets.
.TP
\-v \f[I]master_volume\f[R]
Master volume between 0 and 100, default to 90.
Expand Down
2 changes: 1 addition & 1 deletion example/sonivoxrender.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ It reads .MID (Standard MIDI Files) file format, and writes an audio stream to t

-c _chorus_preset_

: Chorus preset between 0 and 4: 0=no, 1..4=presents.
: Chorus preset between 0 and 4: 0=no, 1..4=presets.

-v _master_volume_

Expand Down
2 changes: 1 addition & 1 deletion example/sonivoxrender.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ int main (int argc, char **argv)
"\t-r n\t\treverb preset: 0=no, 1=large hall, 2=hall, 3=chamber, 4=room.\n"\
"\t-w n\t\treverb wet: 0..32767.\n"
"\t-n n\t\treverb dry: 0..32767.\n"
"\t-c n\t\tchorus preset: 0=no, 1..4=presents.\n"
"\t-c n\t\tchorus preset: 0=no, 1..4=presets.\n"
"\t-v n\t\tmaster volume: 0..100.\n"
, argv[0]);
return EXIT_FAILURE;
Expand Down

0 comments on commit 4c9ffa8

Please sign in to comment.