728x90
์ฌ์ฉ ๊ฐ๋ฅํ ๋ชฉ์๋ฆฌ๋ค ํ์ธํ๊ธฐ
Add-Type -AssemblyName System.Speech
$speak = New-Object System.Speech.Synthesis.SpeechSynthesizer
$speak.GetInstalledVoices() |
Select-Object -ExpandProperty VoiceInfo |
Select-Object -Property Culture, Name, Gender, Age
๋ชฉ์๋ฆฌ ์ค์ ๋ฐ ์ถ๋ ฅ
Add-Type -AssemblyName System.speech
$speak = New-Object System.Speech.Synthesis.SpeechSynthesizer
$speak.SelectVoice('Microsoft Heami Desktop')
$speak.Speak('์๋
ํ์ธ์.')
์ถ์ฒ:
Speech-Week: Using Different Voices with Speech Synthesizer
In the previous tip we showed how you can tap into the text to speech converter and speak out text. Here is a way to find out the installed languages on your system
community.idera.com
728x90
'๐ง์ด์์ฒด์ > Windows' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์๋์ฐ - ๋ชจ๋ํฐ ํด์๋ ๋ณ๊ฒฝ ๋ช ๋ น์ด(QRes) / ์ํด๋ฆญ์ผ๋ก ๋ชจ๋ํฐ ํด์๋ ๋ณ๊ฒฝ (0) | 2022.12.12 |
---|---|
์๋์ฐ - openSSH(ssh) config ๊ฒฝ๋ก (0) | 2022.11.16 |
์๋์ฐ - ์ ์ฑ ์ํํธ์จ์ด ์ ๊ฑฐ ๋๊ตฌ(mrt) (0) | 2022.11.03 |
์๋์ฐ - ์ ์ดํ, ์ฑ ๋ฐ ๊ธฐ๋ฅ ์ญ์ ๊ฐ ๋์ง ์๋ ๊ฒฝ์ฐ (0) | 2022.10.30 |
์๋์ฐ - C:\Users\[์ฌ์ฉ์ ์ด๋ฆ] ๋ณ๊ฒฝํ๊ธฐ (0) | 2022.10.15 |