LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-25-2015, 06:59 PM   #61
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176

Quote:
Originally Posted by knudfl View Post
Re #59.

I guess we will have to investigate how opencv is found by the Simon cmake in other OS`s.
? Debian, Ubuntu ? That's going to be tomorrow.
I don't remember which OS I used with success.
Ok tomorrow is good. Thank you knudfl!-

Do you think that there is a chance Simon will work on Slack?
 
Old 10-25-2015, 09:04 PM   #62
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I tried downloading a different version of Simon for grins and giggles to see if an older version would install.

No dice:-
 
Old 10-25-2015, 09:47 PM   #63
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Great News Everyone Simon's installed! ! !

I found an older version of Simon-0.3.0-x86_64-1_slack.txz-
http://pkgs.org/slackware-14.1/slack...slack.txz.html

Here's a screenshot-
http://i1052.photobucket.com/albums/...03733%20PM.png

I'm s-=o-o-o-o-o-o-o-o-o-happy!
All that work paid off.
 
Old 10-25-2015, 10:46 PM   #64
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #59 : "could not find opencv".

I did some testing with Fedora 22 - 64 : Easier ... no package building.

It appears that it's the "/usr/lib64/OpenCV/OpenCVConfig.cmake" script, that isn't found.
( No luck with any export command etc.)

I searched the net and found
http://stackoverflow.com/questions/8...ration-process
See : "answered Mar 7 '14 at 1:52".
I did some editing : No result, `/usr/lib64/OpenCV/OpenCVConfig.cmake' not found.
* But the backup of the original script I made to "/home/knudfl/OpenCVConfig.cmake" was found :
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
-----------------------------------------------------------------------------
* LibSampleRate - Resampling library
* KDE PIM Libs - KDE Libraries for PIM
* qaccessibilityclient - KDE client-side accessibility library
* Sphinxbase - Open source toolkit for speech recognition
* PocketSphinx - PocketSphinx is a small-footprint continuous speech recognition system
* OpenCV - OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision

-----------------------------------------------------------------------------
-- Congratulations! All external packages have been found.

-

Don't know why cmake looks in /home/<name>/ for a *Config.cmake file.
( The Simon-0.4.1 directory is /home/knudfl/tmp/simon-0.4.1/.)


-

Last edited by knudfl; 10-25-2015 at 10:54 PM.
 
1 members found this post helpful.
Old 10-25-2015, 10:53 PM   #65
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by knudfl View Post
Re #59 : "could not find opencv".

I did some testing with Fedora 22 - 64 : Easier ... no package building.

It appears that it's the "/usr/lib64/OpenCV/OpenCVConfig.cmake" script, that isn't found.
( No luck with any export command etc.)

I searched the net and found
http://stackoverflow.com/questions/8...ration-process
See : "answered Mar 7 '14 at 1:52".
I did some editing : No result, `/usr/lib64/OpenCV/OpenCVConfig.cmake' not found.
* But the backup of the original script I made to "/home/knudfl/OpenCVConfig.cmake" was found :
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
-----------------------------------------------------------------------------
* LibSampleRate - Resampling library
* KDE PIM Libs - KDE Libraries for PIM
* qaccessibilityclient - KDE client-side accessibility library
* Sphinxbase - Open source toolkit for speech recognition
* PocketSphinx - PocketSphinx is a small-footprint continuous speech recognition system
* OpenCV - OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision

-----------------------------------------------------------------------------
-- Congratulations! All external packages have been found.
Wonder why it could not be found but your script was found.
I find that bizarre-

I had trouble understanding the error and was banging my head against the wall.
There wasn't any clue how to adjust the cmake module so that cmake can find it.
Least none that I found.

Installing an older version of Simon did the trick.
Simon 0.4.1 did not want to install but I had success with simon 0.3.0-x86_64-1-slack.txz.

Is Simon now installed on FC 22 that your running?

Last edited by Ztcoracat; 10-25-2015 at 11:11 PM.
 
Old 10-26-2015, 12:00 AM   #66
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #65.

Simon runs, and opens the GUI : Fedora 22 - 64.
Code:
**** Build completed ****

The executable file "simon" is now ready and has been installed.

Issue "simon" to start it.
I had to edit $HOME/OpenCVConfig.cmake to the actual OpenCV path`s.
The original script uses "current dir" for LIB and INCLUDES.

The compressed edited script is attached. Rename to OpenCVConfig.cmake.gz and uncompress.
-
Attached Files
File Type: txt OpenCVConfig.cmake.gz.txt (4.0 KB, 20 views)

Last edited by knudfl; 10-26-2015 at 12:03 AM.
 
Old 10-26-2015, 12:10 AM   #67
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by knudfl View Post
Re #65.

Simon runs, and opens the GUI : Fedora 22 - 64.
Code:
**** Build completed ****

The executable file "simon" is now ready and has been installed.

Issue "simon" to start it.
I had to edit $HOME/OpenCVConfig.cmake to the actual OpenCV path`s.
The original script uses "current dir" for LIB and INCLUDES.

The compressed edited script is attached. Rename to OpenCVConfig.cmake.gz and uncompress.
-
COOL knudfl!

I could use that file for my Centos box.
Thanks!
 
Old 10-26-2015, 12:16 AM   #68
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Thank you for staying with me and teaching me things.
 
Old 10-26-2015, 01:55 PM   #69
debguy
Member
 
Registered: Oct 2014
Location: U.S.A.
Distribution: mixed, mostly debian slackare today
Posts: 207

Rep: Reputation: 19
sorry. you know if you get it working (was it worth not buying a used iphone)?

dragon speak / ms hackers are going to bribe a pgp key holder to make changes to "latest release" to force upgrades that break linux / use of software. (while also stealing whatever code was donated)

that is how things have been running in the linux has been since microsoft/apple had to contend with linux popularity and recognition as "stable": attacking pgp uploads

p.s. dragon speak was first began on USA gov code that was, after years, expired and release public domain

HOMEWORK: find the related lawsuit and PD code. you can't. the "old guard" controls more than you think online
 
Old 10-27-2015, 08:07 PM   #70
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Here's some screenshots of the program-

The Welcome screen, Grammer, Wordlist and Training.

Dictionaries are added in the Vocabulary section.
In the training section you drag the word in the list on the left into the box on the right and click begin training and you record the word over and over until Simon tells you that it's been configured correctly.

Sometimes when I'm recording Simon will tell me:
Code:
Simon detected that the difference between recorded speech and the background noise is too low.
http://i1052.photobucket.com/albums/...at/Welcome.png
http://i1052.photobucket.com/albums/...t/Wordlist.png

http://i1052.photobucket.com/albums/...at/Grammer.png
http://i1052.photobucket.com/albums/...t/Training.png

Back to the handbook and more learning.
 
Old 10-27-2015, 08:33 PM   #71
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Simon Tutorial

I've started composing a Tutorial on how to install Simon on Slackware, Linux Mint and Fedora.

Most likely it will take a few weeks because I have to include all of the details.-

Anyone know how I'd post a Tutorial?

Would I just post a regular thread and our Owner of LQ or one of our Team Staff would post it in the Tutorial section?
 
Old 10-28-2015, 02:51 AM   #72
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #21 : " Anyone know how I'd post a Tutorial ? "


Suggest : A blog http://www.linuxquestions.org/questions/blog/ here at LQ.
 
Old 10-28-2015, 04:55 AM   #73
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Either post your tutorial on your personal blog, as knudfl suggested, or register for the LQ Wiki and post it there.
 
Old 10-28-2015, 08:00 PM   #74
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by TobiSGD View Post
Either post your tutorial on your personal blog, as knudfl suggested, or register for the LQ Wiki and post it there.
Thanks-

I'll register for the LQ Wiki-
 
Old 11-01-2015, 04:27 PM   #75
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I kept to my word.
Here's the WiKi page for Installing Simon.-

http://wiki.linuxquestions.org/wiki/...y:Installation
 
1 members found this post helpful.
  


Reply

Tags
simon



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sphinx voice recognition software gdlinuxer Linux - Software 1 03-27-2012 11:46 AM
Voice recognition Software for Linux to grant access!!!!!!!!!!!!!! vinnie_vinodh Linux - Newbie 2 03-03-2009 01:46 PM
Voice recognition software Davet101 Linux - Software 1 02-27-2007 07:33 AM
Voice Recognition software??? abattoir Linux - Software 2 04-13-2005 01:47 AM
voice recognition software for linux? slackmagic Linux - Software 4 04-02-2004 01:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration