google text to speech

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    google text to speech


    hi all, just been messing around with codes n such as always, n was reading about google's text to speech service they are running...

    anyways, it limits you to 100 characters, but with some simple php you can break text up n join mp3 files...

    demo: WapImages TTS

    directions:
    1.create directory on server
    2.extract files from archive n upload to directory
    3.enter the url to directory n enjoy it...

    oh, n google has a whole list of language codes, etc... I would have put them all in the list, but tts not supported for a lot, so i just picked the first couple i tried that worked, i'll post a link, or copy paste the list of codes here a bit later...
    Attached Files
    Last edited by pmbguy; 03.12.13, 17:24.
    C3 Themes: http://c3themes.wen.ru/index.html
    Find Files: http://mystarter.tk/?goto=X-search

    #2
    This works great ... You're a great Friend :D

    Thank you very much for sharing this excellent script Friend ;)

    Comment


      #3
      glad you like it my friend...

      as promised, here's the country/language codes link, it's kinda long so posting a link, not the list...



      Added after 8 minutes:

      a few cool language codes i spotted, since i know some of you won't read the list,

      hl=xx-hacker (hacker google)
      hl=xx-klingon (klingon google)
      hl=xx-elmer (elmer fudd google)
      Last edited by pmbguy; 03.12.13, 23:02.
      C3 Themes: http://c3themes.wen.ru/index.html
      Find Files: http://mystarter.tk/?goto=X-search

      Comment


        #4
        Attention all trekkies calling mr Warf for klingon interpretation.

        Added after 19 minutes:

        Hahaha had so much fun swearing in English accent Afrikaans swear words hahaha. Thx for the download link now can generat your own personal message tones.
        Last edited by mobidev; 04.12.13, 12:16.
        My site: http://mimobifunclub.tk
        sigpic

        Comment


          #5
          add readpm button to your lava site, etc

          yeah man, i been enjoying hearing how things actually sound in russian, etc too... I was suprised to see the afrikaans tts was setup, i wonder who coded that... (must be some afrikaans guys coding for google)

          sounds like old microsoft sam in afrikaans, lol

          Added after 47 minutes:

          add a readtext button on your pm's etc...
          easy as copy n pasde, n set the $words variable to $pmtext or whatever...
          PHP Code:
          $words $set_ur_variable_here 

          //set up the correct variable for what is echoed, $pmtext for example... 
          //you might need to change some characters to get it to read correctly...
          //also, please refer to above script if you want it to read in a different language, like russian, etc and adjust tl variable below...
          echo "<form action='http://gtalk2me.tk' method='POST'>
            <input type='hidden' name='tl' value='en'>
            <input name='words' value='
          $words' type='hidden'>
            <input type='submit' value='Speak It'>
          </form><br>"

          Last edited by pmbguy; 04.12.13, 14:24.
          C3 Themes: http://c3themes.wen.ru/index.html
          Find Files: http://mystarter.tk/?goto=X-search

          Comment


            #6
            i really like this script :D - although i wont be using it now, it may come in handy in the future

            Comment


              #7
              lol, might need an update or two in the future...

              pm me if you find the site/script not working...

              G Talk2Me
              C3 Themes: http://c3themes.wen.ru/index.html
              Find Files: http://mystarter.tk/?goto=X-search

              Comment

              Working...
              X