關(guān)于引擎參數(shù)

C#記錄命令行代碼:

關(guān)于參數(shù)具體內(nèi)容:
xx\UTAU\voice\楊歌ACT\偲.wav
xx\UTAU\ust\太陽系デスコ.cache\5_to_D#4_UdSLIR.wav
D#4 ? 音符 ?pitch_percent
100 ? 速度 ?velocity
g-5 ? flag
953.0 偏移 ?offset
400 ? ? ? ? length_require
204.0 ? ? ? fixed length
316.0 ? ? ? end_blank
100 ? 音量 ?volume
20 ? ?移調(diào) ?modulation
!150.00 ? ? pich bend
+J+O+U+a+g+n+v+2+9/E/L/S/Y/f/k/q/u/y/1/3/5/6AA#15#/9/7/4/1/y/v/t/q/o/n/m/l/m/n/p/s/w/0/5//ADAIAMAPARATAU#2#ATASAPANAKAIAFACAA#8#

resampler.exe <input wavfile> <output file> <pitch_percent> <velocity> [<flags> [<offset>
<length_require> [<fixed length> [<end_blank> [<volume> [<modulation> [<pich bend>...]]]]]
]]
?in older versions, <velocity> was called <time_percent> 時間軸位置

英文說明:
Section1:
<input wavfile> "a.wav"
<output file> "51_70_65_1e_c6_d4_b9_00_6f_ca_15_89_18_c4_2b_8b.wav"
<pitch_percent> "A#4" (The note's rendered pitch, quotes recommended for non-numeric values)
<velocity> "100" (basically consonant velocity, quotes not required)
<flags> "" (no flags were used, but the quotes are required)
section2:
-following deals with the oto/config and doesn't require quotes-
<offset> 6 (left blue space in the oto, amount from the beginning to cut off)
<length_require> 237 (note length to be rendered?)
<fixed length> 52 (This is the unstretched/consonant length)
<end_blank> 69 (amount from the end of input file to cut off, right blue space in oto.ini)
<volume> 100 (note volume/intensity)
<modulation> 10
<pich bend> 0.00Q120 ... ... ...?
-I think these are spread evenly across the rendered note to create the pitch changes. and the amount depends on the length of the note and/or how fine you want the changes to be. Or done by a fixed amount of points...as can be seen in the MODE1 pitch editor.
I am unsure of what the "0.00Q120" is, ...tempo? - not likely
Notes:
-decimals are accepted
-negative values are accepted in the values listed under section 2
-overlap and preutterence(crossfades) seem to be handled by the GUI and/or Wavtool.exe