Can I change the voice of Google Translate in different gender? [closed] - text-to-speech

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Through some excellent answers I know I can get the MP3 file from text input by using the following URL with properties:
http://www.translate.google.com/translate_tts?tl=zh-TW&q=我要吃餅乾
But the voice on the MP3 is female (I'm using Chinese).
Can I get the voice output on different gender by give additional properties like:
http://www.translate.google.com/translate_tts?tl=zh-TW&q=我要吃餅乾&gender=male
Anyone knows? Thanks a lot!

I was looking for the same, but after doing some research, there is no way to configure the voice. Neither pitch, speed nor gender. The Google TTS API is unofficial, that's why there is unsupported.

Related

How can I use phone numbers/phone directory for SEO [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I work for a company who help find people. I want to increase our SEO ranking by implementing phone numbers/directory on our site.
Main Goal: If someone searches for a phone number, our site should be listed higher than where it lists now.
Any suggestion, how and what can I implement?
Thanks
Look into microformats. It helps to highlight details like telephone numbers and all major search engines support them.

Can I use this Notepad++ for OS X? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I found this notepad++ for mac ,it has a size of 215 megabytes(quite large).
I have downloaded it and started looking at it.
I found this link:
http://www.youtube.com/watch?v=ywh6HlCmtg0
It is actually working pretty good.
I just like to know;
is this OK?,Or Lawful?
if it is not I like to remove this from my computer.
Thanks
I'd recommend you use something like Sublime Text 2 if you want to have a neat text editor. You can use it for free, it just bugs you once in a while, when you save a file. It's full featured either way.

runwithfriends licensing information [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I cant find the licensing information for runwithfriends sample FB app. Can any one please point me to a link with this info? Searched exhaustively but cant find anything. I want to edit this app a lot to make my own app since the functionality of my app is little similar.
Can we freely use sample apps to build our own? Are they bound with a license?
Licensing info can be found at the top of main.py.

what is the secret of appearing titles on google search result very fast? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I need to know how stackoverflow's questiones appear on google search result very fast I know what are points google consider to rank some title but I think the architecture of design is important because they appear very fast after some minutes I ask a question and I have been seen it in google result just in a minute. what is the secret ?
Is there any relation between asp.net-mvc web application with that or not asp.net application could be fast in google result.
This Pro Webmasters questions covers this. It basically boils down to having lots of fresh content and quality links.

Does stackoverflow have apis that can be used to create plug ins on other web sites? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I would like to know if stackoverflow has api's that can be used as plug-ins to be put on other websites ?
Lets say in another forum , a guy posts a question , is it possible to use any api and transfer the question to stackoverflow and then transfer the answers back to the forum ?
Yes
http://api.stackoverflow.com/1.0/help
Yes, there is an API, but it can't be used as you describe. The API is read-only in its current version (1.0), so you can't create or edit posts yet. See StackApps API Documentation and Help for information on what capabilities the API gives you.