Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UtaUtaUtau committed Dec 23, 2022
1 parent e0b3475 commit a5fe201
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
## Running throught terminal
Most resamplers can take arguments to render a sample. This resampler only reads the terminal arguments.

```usage: straycat in_file out_file pitch velocity [flags] [offset] [length] [consonant] [cutoff] [volume] [modulation] [tempo] [pitch_string]
```
usage: straycat in_file out_file pitch velocity [flags] [offset] [length] [consonant] [cutoff] [volume] [modulation] [tempo] [pitch_string]
Resamples using the WORLD Vocoder.
Expand All @@ -33,7 +34,8 @@ optional arguments:
volume The volume of the render in percentage. (default: 100)
modulation The pitch modulation of the render in percentage. (default: 0)
tempo The tempo of the render. Needs to have a ! at the start. (default: !100)
pitch_string The UTAU pitchbend parameter written in Base64 with RLE encoding. (default: AA)```
pitch_string The UTAU pitchbend parameter written in Base64 with RLE encoding. (default: AA)
```

## straycat flags

Expand Down

0 comments on commit a5fe201

Please sign in to comment.