Notices


Reply
Thread Tools
Posts: 1,994 | Thanked: 3,342 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#81
Originally Posted by Copernicus View Post
Ah... Wow. I wouldn't want to guess. This sounds way beyond anything I'd be able to cobble together.
Just separate them into two different applications. And imagine that you are interacting with open-source voicecall-ui (like, on Nemo Mobile). The second part (text-to-speech-to-another-side) should be easier. Though both would be fairly CPU-intensive. The first part requires quite complex ui-configurations - and speech-to-text recognition may be slow.
The dream is to be able to use voice-calls in noisy environment. Or in a noise-free environment when you don't want to distract others.
Voice-SMS would also be an interesting task. They would be input as voice, sent as SMS, and read as voice.
Best wishes.
 

The Following User Says Thank You to Wikiwide For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#82
Erm, maybe first, let's focus on finishing that one (Orecchiette) to state where it can fully replace buggy recaller for all intents and purposes?

You know, voice to text or text to voice is nice, but it sounds like proposition for completely different application.

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following 7 Users Say Thank You to Estel For This Useful Post:
Garrett_PL's Avatar
Posts: 198 | Thanked: 219 times | Joined on May 2012 @ Louth / Ireland
#83
Originally Posted by Estel View Post
(..) let's focus on finishing that one (Orecchiette) to state where it can fully replace buggy recaller (...)
Fingers crossed, and good luck to pasta maker.
 
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#84
Originally Posted by Copernicus View Post
Orecchiette is open-source software, released under the GPL version 2 (or greater). You can find the source code at Github:

https://github.com/jpietrzak8/Orecchiette
I am trying to build Orecchiette from sources and got as far as here:
Code:
~/MyDocs/Dev/Orecchiette $ qmake orecchiette.pro
Package gstreamer-0.10-plugins-good was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.10-plugins-good.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.10-plugins-good' found
Package gstreamer-0.10-plugins-good was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.10-plugins-good.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.10-plugins-good' found
Package gstreamer-0.10-plugins-good was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.10-plugins-good.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.10-plugins-good' found
Package gstreamer0.10-flac was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer0.10-flac.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer0.10-flac' found
Package gstreamer0.10-flac was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer0.10-flac.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer0.10-flac' found
Package gstreamer0.10-flac was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer0.10-flac.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer0.10-flac' found
~/MyDocs/Dev/Orecchiette $
In orecchiette.pro, I can see this section somewhere towards the end:
Code:
unix {
    CONFIG += link_pkgconfig
    PKGCONFIG += gstreamer-0.10 gstreamer-0.10-plugins-good gstreamer0.10-flac
}
Mr DuckDuckGo told me what the PKGCONFIG line means and after half a day I've managed to figure out that gstreamer-0.10.pc is in libgstreamer0.10-dev, but where can I find the other two? I looked through everything with "flac" and "good" and "gstreamer" and "plugins" in the name in all the repos I could think of but so far no good...
__________________
Русский военный корабль, иди нахуй!
 

The Following 2 Users Say Thank You to pichlo For This Useful Post:
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#85
flac maybe this? http://maemo.org/packages/package_in...3+0m5.tk1.nb1/

plugins good has no source pckg only deb: http://maemo.org/packages/view/gstre...-plugins-good/

maybe this one can be used: http://gstreamer.freedesktop.org/src...0.10.16.tar.gz

Last edited by szopin; 2014-03-12 at 21:31.
 

The Following 2 Users Say Thank You to szopin For This Useful Post:
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#86
Originally Posted by szopin View Post
flac maybe this? http://maemo.org/packages/package_in...3+0m5.tk1.nb1/
Thanks but no good Installed that but stil getting...
Code:
Package gstreamer0.10-flac was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer0.10-flac.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer0.10-flac' found
It is my understanding, based on reading this, that I need a '-dev' package of some sort. The only '-dev' packages related to flac that I've found were libflac-dev and libflac++-dev, both getting me nowhere.
__________________
Русский военный корабль, иди нахуй!
 

The Following User Says Thank You to pichlo For This Useful Post:
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#87
The last (successful) autobuilder build also has this messages:
https://garage.maemo.org/builder/fre...ild.log.OK.txt

Is continuation with a 'make' possible?
 

The Following 6 Users Say Thank You to ade For This Useful Post:
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#88
Originally Posted by pichlo View Post
Thanks but no good Installed that but stil getting...
Code:
Package gstreamer0.10-flac was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer0.10-flac.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer0.10-flac' found
It is my understanding, based on reading this, that I need a '-dev' package of some sort. The only '-dev' packages related to flac that I've found were libflac-dev and libflac++-dev, both getting me nowhere.
Weird, same errors here: https://garage.maemo.org/builder/fre...ild.log.OK.txt

It looks like flac got moved to -good plugins, can't find any trace of gstreamer-flac after 2011, weird
 

The Following 3 Users Say Thank You to szopin For This Useful Post:
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#89
Originally Posted by ade View Post
Is continuation with a 'make' possible?
Yes, it is! Thanks, it would not even have occured to me to try, but Makefile was successfully created and 'make' worked.
__________________
Русский военный корабль, иди нахуй!
 

The Following 4 Users Say Thank You to pichlo For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#90
Yay, so there is actually a chance for update of this application, which started so great, but seems to got an arrow to the knee lately? Holding my thumbs 'till they become blue!
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following User Says Thank You to Estel For This Useful Post:
Reply

Tags
nokia n900, pasta, recording


 
Forum Jump


All times are GMT. The time now is 12:31.