Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
þÿ form Files comment —óXð0Õ0¡0¤0ë0nQe0c0_0Õ0©0ë0À0ü0g0Y00Ç0Õ0©0ë0Èÿ0¹0¯0ê0×0È0L0B0‹0Õ0©0ë0À0ü text input_directory ./ comment šØ0U0’OUP 0k0W0~0Y0Kÿ(H) positive highfactor 1.1 comment šØ0U0’OUP 0k0W0~0Y0Kÿ(N) positive nfactor 1.0 comment šØ0U0’OUP 0k0W0~0Y0Kÿ(L) positive lowfactor 0.9 endform createDirectory ("H") createDirectory ("N") createDirectory ("L") Create Strings as file list... list 'input_directory$'*.wav number_files = Get number of strings for i from 1 to number_files select Strings list current_file$=Get string... 'i' Read from file... 'input_directory$''current_file$' ### Start H### sound_one$ = selected$ ("Sound") To Manipulation... 0.01 75 600 Extract pitch tier Formula... self * highfactor; select Manipulation 'sound_one$' # plus PitchTier untitled plus PitchTier 'sound_one$' Replace pitch tier select Manipulation 'sound_one$' Get resynthesis (PSOLA) Write to WAV file... ./H/'sound_one$'.wav select all minus Strings list Remove ### Start N### Read from file... 'input_directory$''current_file$' To Manipulation... 0.01 75 600 Extract pitch tier Formula... self * nfactor; select Manipulation 'sound_one$' # plus PitchTier untitled plus PitchTier 'sound_one$' Replace pitch tier select Manipulation 'sound_one$' Get resynthesis (PSOLA) Write to WAV file... ./N/'sound_one$'.wav select all minus Strings list Remove ### Start L ### Read from file... 'input_directory$''current_file$' To Manipulation... 0.01 75 600 Extract pitch tier Formula... self * lowfactor; select Manipulation 'sound_one$' # plus PitchTier untitled plus PitchTier 'sound_one$' Replace pitch tier select Manipulation 'sound_one$' Get resynthesis (PSOLA) Write to WAV file... ./L/'sound_one$'.wav select all minus Strings list Remove endfor select all Remove