applescript : pages to txt Hint

set parmStat to true repeat set tmpNUM to display dialog "시작 페이지 번호?" default answer "" with icon note buttons {"Cancel", "Continue"} default button "Continue" --> {button returned:"Continue", text returned:"3"} --display dialog "Hello, " & (text returned of startPG) & "." try set startPG to (text returned of tmpNUM) as number if startPG is greater […]

Read More

CentOS 7 : tts festival

# yum install festival festvox* # festival festival> (voice.list) (nitech_us_slt_arctic_hts  nitech_us_rms_arctic_hts  nitech_us_clb_arctic_hts  nitech_us_awb_arctic_hts  nitech_us_bdl_arctic_hts  nitech_us_jmk_arctic_hts  ked_diphone    kal_diphone)   festival> (set! voice_default 'nitech_us_jmk_arctic_hts) festival> (SayText "Hello, world!") festival> (quit) # text2wave test.txt -o test.aiff -otype aiff   # echo "How are you?" | festival --tts  

Read More