This commit is contained in:
bnnm 2022-02-28 23:58:13 +01:00
parent a9ca198aad
commit 01634f901d
2 changed files with 2 additions and 1 deletions

View File

@ -112,7 +112,7 @@ as explained below, but often will use default values. Accepted codec strings:
# * For many 3DO games
# - MPEG MPEG Audio Layer file (MP1/2/3)
# * For some games (usually PC/PS3)
# * May set skip_samples
# * May set skip_samples (MP2: around 240 or 480, MP3: around 1152)
# - ATRAC3 Sony ATRAC3
# * For some PS2 and PS3 games
# * Interleave (frame size) can be 0x60/0x98/0xC0 * channels [required]

View File

@ -264,6 +264,7 @@ song#1#h22050
song#2#h22050
song#3#h22050
```
For technical reasons ranges that include hundreds of files may not work.
### Channel removing/masking for channel subsongs/layers
**`C(number)`** (single) or **`#C(number)~(number)`** (range), **`#c(number)`**: set number of channels to play. You can add multiple comma-separated numbers, or use ` ` space or `-` as separator and combine multiple ranges with single channels too.