You are not logged in.
Pages: 1
this is a project that allows your archbox to speak and hear. It has two components: text-to-speech and speech-to-text.
some examples for speech-to-text:
speech-to-text <lang_code> <duration> // default english, 4
[march@localhost ~]$ speech-to-text
today is Sunday
[march@localhost ~]$ speech-to-text zh-CN
今天是星期天
[march@localhost ~]$ speech-to-text ja
今日はいい天気です
some examples for text-to-speech:
text-to-speech <lang_code> // default english
[march@localhost ~]$ echo S\'il vous plaît | text-to-speech fr
[march@localhost ~]$ echo Est-ce que vous parlez anglais? | text-to-speech fr
[march@localhost ~]$ echo 你好嗎 | text-to-speech zh_tw
[march@localhost ~]$ echo 呵呵 | text-to-speech zh-cn
// you can also pipe in the full article
text-to-speech < test.txt
"After you do enough distro research, you will choose Arch."
Offline
https://aur.archlinux.org/packages/spee … peech-git/
oh. I forgot to post aur link.
"After you do enough distro research, you will choose Arch."
Offline
Wait a minute... Are you telling me you just casually made an open source spoken (via microphone) speech-to-text converter, the type of which nothing else currently exists, for Linux?
Offline
Wait a minute... Are you telling me you just casually made an open source spoken (via microphone) speech-to-text converter, the type of which nothing else currently exists, for Linux?
No he just made a bash script using google's different services (translate, speech etc.). I was shocked for a second too.
Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github
Offline
Oh, I see. Even so, this seems incredibly useful! My coworker just showed me the speech-to-text feature on his Android phone, and it appears to work very well.
I've been looking for something like this for a while. The more I think about speech-to-text functionality, the more use cases pop into my head.
Offline
google has done a great job. I test japanese, chinese and english speech-to-text, and they all work really well.
if you are smart, you can create a notebook program with my "speech-to-text". At least I got it to work with vim and secretly took notes in class.
"After you do enough distro research, you will choose Arch."
Offline
This is a great package. Very easy to plug it into scripts involving tts. Thanks!
Offline
Very cool.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
I revived this project with the new implementation.
"After you do enough distro research, you will choose Arch."
Offline
Can you explain how the new implementation works? I mean, how to use it? The old input methods don't work.
That is, if I just want to be able to have it say "Hello, world" using the Google British English voice - how would I do that?
Last edited by emacsomancer (2015-05-02 19:59:33)
Offline
"After you do enough distro research, you will choose Arch."
Offline
But doesn't the method supersede the keyboard?
Like android, we can see the dictation like we are typing it, is there a similar chance of use ?
do it good first, it will be faster than do it twice the saint
Offline
@TheSaint
The rewrite just adds voice stop detection. The newer/unreleased version can do anything local on your machine, and can do that effectively.
"After you do enough distro research, you will choose Arch."
Offline
Yes, I had read through that page already, but it's not clear to me how to replicate the old behaviour of something like:
echo hello world | text-to-speech en-gb
Offline
I see. I added them today.
echo hello world | text-to-speech -lang=en-gb
"After you do enough distro research, you will choose Arch."
Offline
Thanks!
Offline
Hi there. Pretty cool package indeed! Would it be possible to add an option to save the resulting .wav in a single file? (Right now it seems the text chunks are only played in sequence)
Offline
What happened to this package? I can't find the upstream git repo either.
Offline
Pages: 1