maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Orecchiette - an all-purpose audio recording app (https://talk.maemo.org/showthread.php?t=90398)

Wikiwide 2013-09-07 12:37

Re: [Announce] Orecchiette - an all-purpose audio recording app
 
Quote:

Originally Posted by Copernicus (Post 1371945)
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.

Estel 2013-09-07 21:33

Re: [Announce] Orecchiette - an all-purpose audio recording app
 
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

Garrett_PL 2013-10-07 01:05

Re: [Announce] Orecchiette - an all-purpose audio recording app
 
Quote:

Originally Posted by Estel (Post 1372789)
(..) 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 2014-03-12 21:13

Re: [Announce] Orecchiette - an all-purpose audio recording app
 
Quote:

Originally Posted by Copernicus (Post 1350502)
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... :(

szopin 2014-03-12 21:27

Re: [Announce] Orecchiette - an all-purpose audio recording app
 
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

pichlo 2014-03-12 21:54

Re: [Announce] Orecchiette - an all-purpose audio recording app
 
Quote:

Originally Posted by szopin (Post 1416494)

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.

ade 2014-03-12 22:15

Re: [Announce] Orecchiette - an all-purpose audio recording app
 
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?

szopin 2014-03-12 22:16

Re: [Announce] Orecchiette - an all-purpose audio recording app
 
Quote:

Originally Posted by pichlo (Post 1416497)
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

pichlo 2014-03-12 22:40

Re: [Announce] Orecchiette - an all-purpose audio recording app
 
Quote:

Originally Posted by ade (Post 1416501)
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.

Estel 2014-03-17 22:48

Re: [Announce] Orecchiette - an all-purpose audio recording app
 
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!


All times are GMT. The time now is 09:55.

vBulletin® Version 3.8.8