Re: [PLUG] Current state of Linux voice recognition

2017-06-29 Thread VY
> Do you recall the sample bit depth and rate - [so I could compare to
> hardware I'll be looking at].

This has been more than a decade so my recollection may be off.

I was not doing anything that require very clear perception.  It was a home
toy project albeit with practice home-automation use.
I think it was something like 12bit or 24bit.   Somehow, that number comes
to my mind when I saw your question.
But again, I could be off

-v



On Thu, Jun 29, 2017 at 10:17 AM, Richard Owlett 
wrote:

> On 06/29/2017 11:17 AM, VY wrote:
> > About 11 years ago, I had a PC and using older version of this software:
> >
> >   https://cmusphinx.github.io/
>
> That page speaks of Pocketsphinx, an apparently current version is in
> the Debian repository. Synaptic reports "This package contains end-user
> speech recognition tools", so it should be good start.
>
> The site has valuable background information.
>
> >
> > I had to write some scripts but I have had some good success.  I did
> > have a hardware audio/video capture card but not sure if that is
> > making any difference or not.
>
> Do you recall the sample bit depth and rate - [so I could compare to
> hardware I'll be looking at].
>
> > I would think it is much better by now.  I no longer have such a
> > system in place.
>
> Thank you.
>
>
>
>
> ___
> PLUG mailing list
> PLUG@lists.pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug
>
___
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug


Re: [PLUG] Current state of Linux voice recognition

2017-06-29 Thread Richard Owlett
On 06/29/2017 11:17 AM, VY wrote:
> About 11 years ago, I had a PC and using older version of this software:
>
>   https://cmusphinx.github.io/

That page speaks of Pocketsphinx, an apparently current version is in 
the Debian repository. Synaptic reports "This package contains end-user 
speech recognition tools", so it should be good start.

The site has valuable background information.

>
> I had to write some scripts but I have had some good success.  I did
> have a hardware audio/video capture card but not sure if that is
> making any difference or not.

Do you recall the sample bit depth and rate - [so I could compare to 
hardware I'll be looking at].

> I would think it is much better by now.  I no longer have such a
> system in place.

Thank you.




___
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug


Re: [PLUG] Current state of Linux voice recognition

2017-06-29 Thread Richard Owlett
On 06/29/2017 02:15 AM, King Beowulf wrote:
> On 06/28/2017 06:52 AM, Richard Owlett wrote:
>> Up until about ten years ago, while still using Windows, I was
>> following  voice recognition. At that time the only option was
>> commercial product  which cost too much and wasn't a good match
>> for my desires at that time.
>>
>> Time has passed and I'm retired. What I'm looking for would be
>> a large vocabulary, single speaker, continuous speech system.
>> The application would be straight text note taking - I'm a slow
>> and lousy typist.
>>
>> I'm already investigating good microphones with good A/D resolution
>> and preferably high sample rate [I've ideas on pre-processing I
>> would like to experiment with].
>>
>> Can anyone recommend some survey articles &/or competent current
>> reviews.
>> TIA
>>
>>
>
> There are a few speech recognition engines that are F/OSS.  A brief
> summery is here:
> https://en.wikipedia.org/wiki/Speech_recognition_software_for_Linux
> https://en.wikipedia.org/wiki/List_of_speech_recognition_software
> might still be useful:
> http://tldp.org/HOWTO/Speech-Recognition-HOWTO/software.html

I had the first Wikipedia article. The software listing of the TLDP 
reference may be dated but the whole article appears to be good guidance 
for more research.

>
> Some leverage Googles speech API - and everything you say gets
> uploaded to Google.

Anything involving Google is a non-stater!

> There are several engines and frontends for GTK and KDE
> (QT).  Quality can be a bit rough, but that depends on your accent and
> how the software engine was/is  trained.
>
> It's been awhile since I played with any of this stuff. The Google API
> was pretty good, but tended to lag a bit - perhaps better now.
>
> -Ed

Thank you.







___
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug


Re: [PLUG] Strange Firefox Hijacking?

2017-06-29 Thread King Beowulf
On 06/28/2017 10:15 PM, Dick Steffens wrote:
> This afternoon I had occasion to visit three YouTube pages:
> 
> https://www.youtube.com/watch?v=R5PJ0JZUhgc
> https://www.youtube.com/watch?v=LIVa_nkU0j4
> https://www.youtube.com/watch?v=-dBGnUSrjQo
> 
> The first two are old Disney cartoons, and the third is a collection of 
> German Shepherd videos that I got to by following click bait from a news 
> site. Later in the afternoon Firefox was very slow to respond, and then 
> other programs were affected -- ran slowly, too. I'm guessing one of 
> these links caused the problem. I looked at top and saw Firefox spending 
> a lot of time near the top. Somewhere else I saw that Firefox was 
> looking at a YouTube site. I don't remember what tool showed that to me 
> and, sadly, I didn't write down which site was referenced. I assume 
> there's a log somewhere I could look at to find out which one, but 
> that's currently outside my skill set. The thing is, I had closed the 
> Firefox tabs with those things on them, and left Firefox on about:blank. 
> So, Firefox should not have been running near the top in top. I tried 
> closing Firefox, but it wouldn't respond to the mouse click. At that 
> point I ran ps ax | grep firefox, found the process number, and killed 
> it. After a couple of seconds it closed. I've been out for the evening 
> and have restarted Firefox. It appears to be running normally now.
> 
> The important question is, how does a website take so much control of 
> Firefox, and do I need to be looking for any other bad side effects?
> 
> 

This is an old issue that pops up in Web 2.0-ish winky blink sites with
lots of java/flash/javascript and the occasional memory leak  Often a
bit of FF stays in memory and gets lost and you'll just have to kill it
with extreme prejudice.   FF can and will suck up memory and CPU cycles.

If you linked in from another site to youtube, I doubt there was a
nefarious payload - Google would not want the bad press.  The issue most
likely was either flash, or some other site heap full of javascript
embedded advertisements.

-Ed


___
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug


Re: [PLUG] Current state of Linux voice recognition

2017-06-29 Thread King Beowulf
On 06/28/2017 06:52 AM, Richard Owlett wrote:
> Up until about ten years ago, while still using Windows, I was following 
> voice recognition. At that time the only option was commercial product 
> which cost too much and wasn't a good match for my desires at that time.
> 
> Time has passed and I'm retired. What I'm looking for would be a large 
> vocabulary, single speaker, continuous speech system. The application 
> would be straight text note taking - I'm a slow and lousy typist.
> 
> I'm already investigating good microphones with good A/D resolution and 
> preferably high sample rate [I've ideas on pre-processing I would like 
> to experiment with].
> 
> Can anyone recommend some survey articles &/or competent current reviews.
> TIA
> 
> 

There are a few speech recognition engines that are F/OSS.  A brief
summery is here:
https://en.wikipedia.org/wiki/Speech_recognition_software_for_Linux
https://en.wikipedia.org/wiki/List_of_speech_recognition_software
might still be useful:
http://tldp.org/HOWTO/Speech-Recognition-HOWTO/software.html

Some leverage Googles speech API - and everything you say gets uploaded
to Google.  There are several engines and frontends for GTK and KDE
(QT).  Quality can be a bit rough, but that depends on your accent and
how the software engine was/is  trained.

It's been awhile since I played with any of this stuff. The Google API
was pretty good, but tended to lag a bit - perhaps better now.

-Ed
___
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug