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 a5fe201 commit dcd2f11
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ optional arguments:
pitch_string The UTAU pitchbend parameter written in Base64 with RLE encoding. (default: AA)
```

## straycat flags
# straycat flags

This is the main documentation of the flags available in straycat.

### Valued flags
## Valued flags

#### fe, fl, fo, fv
### fe, fl, fo, fv
Fake vocal fry flag (and glottal stop flag).

fe(-inf, +inf) is the main flag to enable this feature. fe is the length of the vocal fry in milliseconds. It adds the vocal fry so that the end of it is at the consonant point of the oto.
Expand All @@ -54,26 +54,26 @@ optional arguments:

fv[0, 100] is the volume of the vocal fry in percentage. Default is 10. Turning it into 0 makes a glottal stop.

#### ve, vo
### ve, vo
Flag for fixing voicing.

ve(-inf, +inf) is the main flag to enable this feature. ve is the length of the transition from voiced to unvoiced centered at the consonant point. Positive values make the area after the consonant unvoiced and negative values make the area before the consonant unvoiced.

vo(-inf, +inf) is the offset of the transition from the consonant in milliseconds. Negative values move it earlier. Default is 0.

#### B[0, 100]
### B[0, 100]
Breathiness flag. Values lower than 50 lowers breathiness, but it does not have much effect. Values higher than 50 mixes an unvoiced render in, with 100 as being only the unvoiced render. Default is 50.

#### A(-inf, +inf)
### A(-inf, +inf)
Tremolo flag. This flag tries to isolate the vibrato from the pitchbend and modulates the volume based on this isolated vibrato, which means it may also react on drawn vibrato and more. Default is 0.

#### P[0, 100]
### P[0, 100]
Peak normalization flag. This flag normalizes the sample to have the same peak volume for each volume. At 0, this flag does not touch the volume of the render at all. Default is 100.

#### t(-inf, +inf)
### t(-inf, +inf)
Pitch offset flag. One unit in this flag is a cent offset. It offsets the whole note so it might result in bad crossfades for VCV voicebanks. Default is 0

### Option flags
## Option flags

#### G
### G
Force feature rerendering. This rerenders the cached file straycat reads which is the ".sc.npz" file. It is a regular Numpy compressed array file.

0 comments on commit dcd2f11

Please sign in to comment.