මචන් මුන්ගේ එකවුන්ට් තියන එකෙක් නැද්ද

hesian99

Well-known member
  • Jul 17, 2020
    3,418
    4,297
    113
    Gampaha
    https://www.naturalreaders.com/online/

    මචන් මේ සොෆ්ට්වෙයා එකේ එකවුන්ට්ස් තියෙන කෙනෙක් නැද්ද මේක ටෙක්ස් ටු ස්පීච් ටූල් එකක් තියන එකෙක් ඉන්නව නම් කියපන්කෝ වෙන එකක් හරි කමක් නෑ හොද එකක් ප්ලීස් මචන්
     

    thinking_guy

    Well-known member
  • Apr 16, 2011
    4,718
    2,737
    113
    Mama ekapaarak PABX recording ekakata Powershell script ekakin wave file ekak gahuwa. Voice eka widiyata aragatte Cortanage voice eka. Qulity eka supiri. Computer voice ekak kiyala ekapaara therenne naa. Umbata mahansiwenna puluwannam VM ekakata WIN 10 dgena try karnna puluwan. Aluth builds wala me methode eka wadakaranne naa.

    https://thinkpowershell.com/create-cortana-audio-files-from-text-using-powershell/

    This was the script I used.

    Code:
    # Voice Recording with Cortana
    
    Add-Type -AssemblyName System.Speech
    $SpeechSynthesizer = New-Object System.Speech.Synthesis.SpeechSynthesizer
    $SpeechSynthesizer.SelectVoice("Microsoft Eva Mobile")
    $SpeechSynthesizer.Rate = -1  # -10 is slowest, 10 is fastest
    
    $WavFileOut = "c:\voice_recording.wav"
    $SpeechSynthesizer.SetOutputToWaveFile($WavFileOut)
    
    
    # Recording text
    
    $RecordedText = '
    
    <speak version="1.0"
    xmlns="http://www.w3.org/2001/10/synthesis"
    xml:lang="en-US">
    
    This is a test recording.
    
    </speak>
    '
    
    
    $SpeechSynthesizer.SpeakSsml($RecordedText)
    $SpeechSynthesizer.Dispose()
     

    hesian99

    Well-known member
  • Jul 17, 2020
    3,418
    4,297
    113
    Gampaha
    Mama ekapaarak PABX recording ekakata Powershell script ekakin wave file ekak gahuwa. Voice eka widiyata aragatte Cortanage voice eka. Qulity eka supiri. Computer voice ekak kiyala ekapaara therenne naa. Umbata mahansiwenna puluwannam VM ekakata WIN 10 dgena try karnna puluwan. Aluth builds wala me methode eka wadakaranne naa.

    https://thinkpowershell.com/create-cortana-audio-files-from-text-using-powershell/

    This was the script I used.

    Code:
    # Voice Recording with Cortana
    
    Add-Type -AssemblyName System.Speech
    $SpeechSynthesizer = New-Object System.Speech.Synthesis.SpeechSynthesizer
    $SpeechSynthesizer.SelectVoice("Microsoft Eva Mobile")
    $SpeechSynthesizer.Rate = -1  # -10 is slowest, 10 is fastest
    
    $WavFileOut = "c:\voice_recording.wav"
    $SpeechSynthesizer.SetOutputToWaveFile($WavFileOut)
    
    
    # Recording text
    
    $RecordedText = '
    
    <speak version="1.0"
    xmlns="http://www.w3.org/2001/10/synthesis"
    xml:lang="en-US">
    
    This is a test recording.
    
    </speak>
    '
    
    
    $SpeechSynthesizer.SpeakSsml($RecordedText)
    $SpeechSynthesizer.Dispose()
    eka nm prashnyak na karala balanna oni mata tyna prashne wachana hariyata pronounce wenna oni nattan wadak na tts softwares tynw godak ewwala result eka awl bng cortana eka kynne issr windows narrator mn use kala oya wage script ekakin cortana eka nam baluwe na anyway thanks bro i will try this