* add {y} sample format for AudioTrack
This commit is contained in:
parent
1c46ed1809
commit
e6b8ce0607
|
@ -33,7 +33,7 @@ movie.example[4]: {n} ({y})/{n} ({y}){" CD$pi"}
|
|||
# simple artist - title
|
||||
music.example[0]: {artist} - {t}
|
||||
# simple artist - album - title
|
||||
music.example[1]: {n} - {album} - {t}
|
||||
music.example[1]: {[y]} {artist} - {t}
|
||||
# artist - title [crc32]
|
||||
music.example[2]: {n} - {t} {[audio.SamplingRateString]}
|
||||
# artist - title [2ch, 128000]
|
||||
|
|
Loading…
Reference in New Issue