garuma / PiHueSphinx

A simple C# program using pocketsphinx to control Phillips Hue lights using voice commands
19 stars 5 forks source link

CMUSphinx C# integration #2

Open waleedmakarem opened 5 years ago

waleedmakarem commented 5 years ago

Dear Sir, Were you able to integrate CMUSphinx or PocketSphinx to C# ? I am trying to do this 1 week ago, but fail. I appreciate your support to guide me how to do this. waleed.makarem@gmail.com

Thanks..

coal2001 commented 5 years ago

I'm fail absolutely. I converted PocketShynx to c#, it compiled, but it doesn't work absolutely. It can't recognize, I had dissapointed and try to wrote recognition system myself. The only task is recognize keyword, than I use online recognition services (microsoft, yandex, google). I haven't finished yet, so I can't send you sources - they are unworkable. But this is path to success

Суббота, 15 июня 2019, 14:48 +03:00 от waleedmakarem notifications@github.com:

Dear Sir, Were you able to integrate CMUSphinx or PocketSphinx to C# ? I am trying to do this 1 week ago, but fail. I appreciate your support to guide me how to do this. waleed.makarem@gmail.com Thanks.. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

waleedmakarem commented 5 years ago

Did you compile to c#, I though this is impossible, because it is complicated process. The issue I have is that i need the recognition to be local, not through web service. Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

Thanks for support. Waleed

On Sat, Jun 15, 2019 at 5:19 PM coal2001 notifications@github.com wrote:

I'm fail absolutely. I converted PocketShynx to c#, it compiled, but it doesn't work absolutely. It can't recognize, I had dissapointed and try to wrote recognition system myself. The only task is recognize keyword, than I use online recognition services (microsoft, yandex, google). I haven't finished yet, so I can't send you sources - they are unworkable. But this is path to success

Суббота, 15 июня 2019, 14:48 +03:00 от waleedmakarem < notifications@github.com>:

Dear Sir, Were you able to integrate CMUSphinx or PocketSphinx to C# ? I am trying to do this 1 week ago, but fail. I appreciate your support to guide me how to do this. waleed.makarem@gmail.com Thanks.. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/garuma/PiHueSphinx/issues/2?email_source=notifications&email_token=ABLWBXDAOA7WNW6I73OPUS3P2UB7BA5CNFSM4HYO4ABKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXY2FMQ#issuecomment-502375090, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLWBXHKJ6KSHA7DUGMO5XTP2UB7BANCNFSM4HYO4ABA .

coal2001 commented 5 years ago

I've compiled it to c#, when removed one class (audio recording). Then, I've realized this recording on UWP, and it worked with PocketSphynx.

But it worked nominally, because there was not correct recognition at all... It's pity, but pocketshynx is not magic wand, as I thought. It simply not worked correct, or needs very complex tuning... So, I've not ended that project, but compile is possible...

I can't send you code, because it is in remake now, I've understand than sphynx is not a solution, so, I rewrite that code full, with no sphynx. So, I can't send you any code... But don't loose your time... I've disappointed in sphynx and you'll dissapointed too.

Суббота, 15 июня 2019, 19:39 +03:00 от waleedmakarem notifications@github.com:

Did you compile to c#, I though this is impossible, because it is complicated process. The issue I have is that i need the recognition to be local, not through web service. Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

Thanks for support. Waleed

On Sat, Jun 15, 2019 at 5:19 PM coal2001 < notifications@github.com > wrote:

I'm fail absolutely. I converted PocketShynx to c#, it compiled, but it doesn't work absolutely. It can't recognize, I had dissapointed and try to wrote recognition system myself. The only task is recognize keyword, than I use online recognition services (microsoft, yandex, google). I haven't finished yet, so I can't send you sources - they are unworkable. But this is path to success

Суббота, 15 июня 2019, 14:48 +03:00 от waleedmakarem < notifications@github.com >:

Dear Sir, Were you able to integrate CMUSphinx or PocketSphinx to C# ? I am trying to do this 1 week ago, but fail. I appreciate your support to guide me how to do this. waleed.makarem@gmail.com Thanks.. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/garuma/PiHueSphinx/issues/2?email_source=notifications&email_token=ABLWBXDAOA7WNW6I73OPUS3P2UB7BA5CNFSM4HYO4ABKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXY2FMQ#issuecomment-502375090 >, or mute the thread < https://github.com/notifications/unsubscribe-auth/ABLWBXHKJ6KSHA7DUGMO5XTP2UB7BANCNFSM4HYO4ABA > .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

coal2001 commented 5 years ago

here is sphynx libraries translated to Visual studio, c->c++ migration. They are able to compile, but there are some changes from original:

  1. method mmio_file_read is commented
  2. added empty getenv in cml_ln.cpp 3. added empty getenv in jsgf.cpp
  3. FULLY REMOVED ALL in ad_win32.cpp

The last #4 - is audio recording, you can make it yourself in UWP, for example, in c#. But that code I can't send to you - it is deleted already

Суббота, 15 июня 2019, 19:39 +03:00 от waleedmakarem notifications@github.com:

Did you compile to c#, I though this is impossible, because it is complicated process. The issue I have is that i need the recognition to be local, not through web service. Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

Thanks for support. Waleed

On Sat, Jun 15, 2019 at 5:19 PM coal2001 < notifications@github.com > wrote:

I'm fail absolutely. I converted PocketShynx to c#, it compiled, but it doesn't work absolutely. It can't recognize, I had dissapointed and try to wrote recognition system myself. The only task is recognize keyword, than I use online recognition services (microsoft, yandex, google). I haven't finished yet, so I can't send you sources - they are unworkable. But this is path to success

Суббота, 15 июня 2019, 14:48 +03:00 от waleedmakarem < notifications@github.com >:

Dear Sir, Were you able to integrate CMUSphinx or PocketSphinx to C# ? I am trying to do this 1 week ago, but fail. I appreciate your support to guide me how to do this. waleed.makarem@gmail.com Thanks.. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/garuma/PiHueSphinx/issues/2?email_source=notifications&email_token=ABLWBXDAOA7WNW6I73OPUS3P2UB7BA5CNFSM4HYO4ABKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXY2FMQ#issuecomment-502375090 >, or mute the thread < https://github.com/notifications/unsubscribe-auth/ABLWBXHKJ6KSHA7DUGMO5XTP2UB7BANCNFSM4HYO4ABA > .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

coal2001 commented 5 years ago

Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

This is works very very very good in UWP (there are lot of examples, but you must use UWP). Also there services from microsoft and yandex - they all good, but limited to words count, so you need to detect first keyword yourself, than use web-services. I've used for myself keyword "Hatabich" - this is russian magic genie

Суббота, 15 июня 2019, 19:39 +03:00 от waleedmakarem notifications@github.com:

Did you compile to c#, I though this is impossible, because it is complicated process. The issue I have is that i need the recognition to be local, not through web service. Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

Thanks for support. Waleed

On Sat, Jun 15, 2019 at 5:19 PM coal2001 < notifications@github.com > wrote:

I'm fail absolutely. I converted PocketShynx to c#, it compiled, but it doesn't work absolutely. It can't recognize, I had dissapointed and try to wrote recognition system myself. The only task is recognize keyword, than I use online recognition services (microsoft, yandex, google). I haven't finished yet, so I can't send you sources - they are unworkable. But this is path to success

Суббота, 15 июня 2019, 14:48 +03:00 от waleedmakarem < notifications@github.com >:

Dear Sir, Were you able to integrate CMUSphinx or PocketSphinx to C# ? I am trying to do this 1 week ago, but fail. I appreciate your support to guide me how to do this. waleed.makarem@gmail.com Thanks.. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/garuma/PiHueSphinx/issues/2?email_source=notifications&email_token=ABLWBXDAOA7WNW6I73OPUS3P2UB7BA5CNFSM4HYO4ABKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXY2FMQ#issuecomment-502375090 >, or mute the thread < https://github.com/notifications/unsubscribe-auth/ABLWBXHKJ6KSHA7DUGMO5XTP2UB7BANCNFSM4HYO4ABA > .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

coal2001 commented 5 years ago

and, also, speech recognition problem is not solved in world. No man solved it... I've studied problem a lot, there are no solutions. Only google with it AI with millions samples...

Суббота, 15 июня 2019, 20:39 +03:00 от Игорь Владимирович coal2001@mail.ru:

Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

This is works very very very good in UWP (there are lot of examples, but you must use UWP). Also there services from microsoft and yandex - they all good, but limited to words count, so you need to detect first keyword yourself, than use web-services. I've used for myself keyword "Hatabich" - this is russian magic genie

Суббота, 15 июня 2019, 19:39 +03:00 от waleedmakarem < notifications@github.com >:

Did you compile to c#, I though this is impossible, because it is complicated process. The issue I have is that i need the recognition to be local, not through web service. Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

Thanks for support. Waleed

On Sat, Jun 15, 2019 at 5:19 PM coal2001 < notifications@github.com > wrote:

I'm fail absolutely. I converted PocketShynx to c#, it compiled, but it doesn't work absolutely. It can't recognize, I had dissapointed and try to wrote recognition system myself. The only task is recognize keyword, than I use online recognition services (microsoft, yandex, google). I haven't finished yet, so I can't send you sources - they are unworkable. But this is path to success

Суббота, 15 июня 2019, 14:48 +03:00 от waleedmakarem < notifications@github.com >:

Dear Sir, Were you able to integrate CMUSphinx or PocketSphinx to C# ? I am trying to do this 1 week ago, but fail. I appreciate your support to guide me how to do this. waleed.makarem@gmail.com Thanks.. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/garuma/PiHueSphinx/issues/2?email_source=notifications&email_token=ABLWBXDAOA7WNW6I73OPUS3P2UB7BA5CNFSM4HYO4ABKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXY2FMQ#issuecomment-502375090 >, or mute the thread < https://github.com/notifications/unsubscribe-auth/ABLWBXHKJ6KSHA7DUGMO5XTP2UB7BANCNFSM4HYO4ABA > .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

С уважением, Посконин Игорь

waleedmakarem commented 5 years ago

What is your recommendation if I need to detect only 20 words. U can create the grammar for these words

⁣Get BlueMail for Android ​

On Jun 15, 2019, 7:46 PM, at 7:46 PM, coal2001 notifications@github.com wrote:

and, also, speech recognition problem is not solved in world. No man solved it... I've studied problem a lot, there are no solutions. Only google with it AI with millions samples...

Суббота, 15 июня 2019, 20:39 +03:00 от Игорь Владимирович coal2001@mail.ru:

Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

This is works very very very good in UWP (there are lot of examples, but you must use UWP). Also there services from microsoft and yandex - they all good, but limited to words count, so you need to detect first keyword yourself, than use web-services. I've used for myself keyword "Hatabich" - this is russian magic genie

Суббота, 15 июня 2019, 19:39 +03:00 от waleedmakarem < notifications@github.com >:

Did you compile to c#, I though this is impossible, because it is complicated process. The issue I have is that i need the recognition to be local, not through web service. Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

Thanks for support. Waleed

On Sat, Jun 15, 2019 at 5:19 PM coal2001 < notifications@github.com > wrote:

I'm fail absolutely. I converted PocketShynx to c#, it compiled, but it doesn't work absolutely. It can't recognize, I had dissapointed and try to wrote recognition system myself. The only task is recognize keyword, than I use online recognition services (microsoft, yandex, google). I haven't finished yet, so I can't send you sources - they are unworkable. But this is path to success

Суббота, 15 июня 2019, 14:48 +03:00 от waleedmakarem < notifications@github.com >:

Dear Sir, Were you able to integrate CMUSphinx or PocketSphinx to C# ? I am trying to do this 1 week ago, but fail. I appreciate your support to guide me how to do this. waleed.makarem@gmail.com Thanks.. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/garuma/PiHueSphinx/issues/2?email_source=notifications&email_token=ABLWBXDAOA7WNW6I73OPUS3P2UB7BA5CNFSM4HYO4ABKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXY2FMQ#issuecomment-502375090 , or mute the thread < https://github.com/notifications/unsubscribe-auth/ABLWBXHKJ6KSHA7DUGMO5XTP2UB7BANCNFSM4HYO4ABA

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

С уважением, Посконин Игорь

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/garuma/PiHueSphinx/issues/2#issuecomment-502386307

waleedmakarem commented 5 years ago

Sorry for the wrong spelling, I mean I I can build my grammar file. Also did you have a look into pocket sphinx. They have added a wrapper for C# , but need to be build first by makefile. Please check this link:

https://github.com/cmusphinx/pocketsphinx/blob/master/swig/csharp/Makefile

Waleed

⁣Get BlueMail for Android ​

On Jun 15, 2019, 8:53 PM, at 8:53 PM, Waleed Makarem waleed.makarem@gmail.com wrote:

What is your recommendation if I need to detect only 20 words. U can create the grammar for these words

⁣Get BlueMail for Android ​

On Jun 15, 2019, 7:46 PM, at 7:46 PM, coal2001 notifications@github.com wrote:

and, also, speech recognition problem is not solved in world. No man solved it... I've studied problem a lot, there are no solutions. Only google with it AI with millions samples...

Суббота, 15 июня 2019, 20:39 +03:00 от Игорь Владимирович coal2001@mail.ru:

Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

This is works very very very good in UWP (there are lot of examples, but you must use UWP). Also there services from microsoft and yandex - they all good, but limited to words count, so you need to detect first keyword yourself, than use web-services. I've used for myself keyword "Hatabich" - this is russian magic genie

Суббота, 15 июня 2019, 19:39 +03:00 от waleedmakarem < notifications@github.com >:

Did you compile to c#, I though this is impossible, because it is complicated process. The issue I have is that i need the recognition to be local, not through web service. Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

Thanks for support. Waleed

On Sat, Jun 15, 2019 at 5:19 PM coal2001 < notifications@github.com

wrote:

I'm fail absolutely. I converted PocketShynx to c#, it compiled, but it doesn't work absolutely. It can't recognize, I had dissapointed and try to wrote recognition system myself. The only task is recognize keyword, than I use online recognition services (microsoft, yandex, google). I haven't finished yet, so I can't send you sources - they are unworkable. But this is path to success

Суббота, 15 июня 2019, 14:48 +03:00 от waleedmakarem < notifications@github.com >:

Dear Sir, Were you able to integrate CMUSphinx or PocketSphinx to C# ? I am trying to do this 1 week ago, but fail. I appreciate your support to guide me how to do this. waleed.makarem@gmail.com Thanks.. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/garuma/PiHueSphinx/issues/2?email_source=notifications&email_token=ABLWBXDAOA7WNW6I73OPUS3P2UB7BA5CNFSM4HYO4ABKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXY2FMQ#issuecomment-502375090 , or mute the thread < https://github.com/notifications/unsubscribe-auth/ABLWBXHKJ6KSHA7DUGMO5XTP2UB7BANCNFSM4HYO4ABA

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

С уважением, Посконин Игорь

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/garuma/PiHueSphinx/issues/2#issuecomment-502386307

coal2001 commented 5 years ago

I saw that, and can't integrate, because I need UWP application, executed on mobile devices... 

I've not solved recognition yet, I see only path - learn all knowledge about recognition and make it yourself ))) But I have no time to finish that, it is only hobby

Суббота, 15 июня 2019, 22:12 +03:00 от waleedmakarem notifications@github.com:

Sorry for the wrong spelling, I mean I I can build my grammar file. Also did you have a look into pocket sphinx. They have added a wrapper for C# , but need to be build first by makefile. Please check this link:

https://github.com/cmusphinx/pocketsphinx/blob/master/swig/csharp/Makefile

Waleed

Get BlueMail for Android ​

On Jun 15, 2019, 8:53 PM, at 8:53 PM, Waleed Makarem < waleed.makarem@gmail.com > wrote:

What is your recommendation if I need to detect only 20 words. U can create the grammar for these words

Get BlueMail for Android ​

On Jun 15, 2019, 7:46 PM, at 7:46 PM, coal2001 < notifications@github.com > wrote:

and, also, speech recognition problem is not solved in world. No man solved it... I've studied problem a lot, there are no solutions. Only google with it AI with millions samples...

Суббота, 15 июня 2019, 20:39 +03:00 от Игорь Владимирович < coal2001@mail.ru >:

Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

This is works very very very good in UWP (there are lot of examples, but you must use UWP). Also there services from microsoft and yandex - they all good, but limited to words count, so you need to detect first keyword yourself, than use web-services. I've used for myself keyword "Hatabich" - this is russian magic genie

Суббота, 15 июня 2019, 19:39 +03:00 от waleedmakarem < notifications@github.com >:

Did you compile to c#, I though this is impossible, because it is complicated process. The issue I have is that i need the recognition to be local, not through web service. Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

Thanks for support. Waleed

On Sat, Jun 15, 2019 at 5:19 PM coal2001 < notifications@github.com

wrote:

I'm fail absolutely. I converted PocketShynx to c#, it compiled, but it doesn't work absolutely. It can't recognize, I had dissapointed and try to wrote recognition system myself. The only task is recognize keyword, than I use online recognition services (microsoft, yandex, google). I haven't finished yet, so I can't send you sources - they are unworkable. But this is path to success

Суббота, 15 июня 2019, 14:48 +03:00 от waleedmakarem < notifications@github.com >:

Dear Sir, Were you able to integrate CMUSphinx or PocketSphinx to C# ? I am trying to do this 1 week ago, but fail. I appreciate your support to guide me how to do this. waleed.makarem@gmail.com Thanks.. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/garuma/PiHueSphinx/issues/2?email_source=notifications&email_token=ABLWBXDAOA7WNW6I73OPUS3P2UB7BA5CNFSM4HYO4ABKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXY2FMQ#issuecomment-502375090 , or mute the thread < https://github.com/notifications/unsubscribe-auth/ABLWBXHKJ6KSHA7DUGMO5XTP2UB7BANCNFSM4HYO4ABA

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

С уважением, Посконин Игорь

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/garuma/PiHueSphinx/issues/2#issuecomment-502386307 — You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

waleedmakarem commented 5 years ago

Thanks  for support , really appreciated I do not agree with why since Google speech recognition engine works perfectly. They did it and others can do it

⁣Get BlueMail for Android ​

On Jun 15, 2019, 9:16 PM, at 9:16 PM, coal2001 notifications@github.com wrote:

I saw that, and can't integrate, because I need UWP application, executed on mobile devices... 

I've not solved recognition yet, I see only path - learn all knowledge about recognition and make it yourself ))) But I have no time to finish that, it is only hobby

Суббота, 15 июня 2019, 22:12 +03:00 от waleedmakarem notifications@github.com:

Sorry for the wrong spelling, I mean I I can build my grammar file. Also did you have a look into pocket sphinx. They have added a wrapper for C# , but need to be build first by makefile. Please check this link:

https://github.com/cmusphinx/pocketsphinx/blob/master/swig/csharp/Makefile

Waleed

Get BlueMail for Android ​

On Jun 15, 2019, 8:53 PM, at 8:53 PM, Waleed Makarem < waleed.makarem@gmail.com > wrote:

What is your recommendation if I need to detect only 20 words. U can create the grammar for these words

Get BlueMail for Android ​

On Jun 15, 2019, 7:46 PM, at 7:46 PM, coal2001 < notifications@github.com > wrote:

and, also, speech recognition problem is not solved in world. No man solved it... I've studied problem a lot, there are no solutions. Only google with it AI with millions samples...

Суббота, 15 июня 2019, 20:39 +03:00 от Игорь Владимирович < coal2001@mail.ru >:

Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

This is works very very very good in UWP (there are lot of examples, but you must use UWP). Also there services from microsoft and yandex

they all good, but limited to words count, so you need to detect first keyword yourself, than use web-services. I've used for myself keyword "Hatabich" - this is russian magic genie

Суббота, 15 июня 2019, 19:39 +03:00 от waleedmakarem < notifications@github.com >:

Did you compile to c#, I though this is impossible, because it is complicated process. The issue I have is that i need the recognition to be local, not through web service. Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

Thanks for support. Waleed

On Sat, Jun 15, 2019 at 5:19 PM coal2001 < notifications@github.com

wrote:

I'm fail absolutely. I converted PocketShynx to c#, it compiled, but it doesn't work absolutely. It can't recognize, I had dissapointed and try to wrote recognition system myself. The only task is recognize keyword, than I use online recognition services (microsoft, yandex, google). I haven't finished yet, so I can't send you sources - they are unworkable. But this is path to success

Суббота, 15 июня 2019, 14:48 +03:00 от waleedmakarem < notifications@github.com >:

Dear Sir, Were you able to integrate CMUSphinx or PocketSphinx to C# ? I am trying to do this 1 week ago, but fail. I appreciate your support to guide me how to do this. waleed.makarem@gmail.com Thanks.. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <

https://github.com/garuma/PiHueSphinx/issues/2?email_source=notifications&email_token=ABLWBXDAOA7WNW6I73OPUS3P2UB7BA5CNFSM4HYO4ABKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXY2FMQ#issuecomment-502375090

,

or mute the thread <

https://github.com/notifications/unsubscribe-auth/ABLWBXHKJ6KSHA7DUGMO5XTP2UB7BANCNFSM4HYO4ABA

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

С уважением, Посконин Игорь

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub:

https://github.com/garuma/PiHueSphinx/issues/2#issuecomment-502386307 — You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/garuma/PiHueSphinx/issues/2#issuecomment-502392520

coal2001 commented 5 years ago

They have neural network, which had studied by trillions examples. That's why it works good. You and I haven't so many examples, this is the answer. I examine that a lot ))) There is no magic... And no magic in sphynx, it's simply not work... Percent is about 75%, what if you say "press on", but it executes "fuck off"?

Look at this video:  https://www.youtube.com/watch?v=zxD03jpvX6o

Only world top companies can make such recognition, for example Amazon, top-1 company... But you can try.

Суббота, 15 июня 2019, 22:21 +03:00 от waleedmakarem notifications@github.com:

Thanks  for support , really appreciated I do not agree with why since Google speech recognition engine works perfectly. They did it and others can do it

Get BlueMail for Android ​

On Jun 15, 2019, 9:16 PM, at 9:16 PM, coal2001 < notifications@github.com > wrote:

I saw that, and can't integrate, because I need UWP application, executed on mobile devices... 

I've not solved recognition yet, I see only path - learn all knowledge about recognition and make it yourself ))) But I have no time to finish that, it is only hobby

Суббота, 15 июня 2019, 22:12 +03:00 от waleedmakarem < notifications@github.com >:

Sorry for the wrong spelling, I mean I I can build my grammar file. Also did you have a look into pocket sphinx. They have added a wrapper for C# , but need to be build first by makefile. Please check this link:

https://github.com/cmusphinx/pocketsphinx/blob/master/swig/csharp/Makefile

Waleed

Get BlueMail for Android ​

On Jun 15, 2019, 8:53 PM, at 8:53 PM, Waleed Makarem < waleed.makarem@gmail.com > wrote:

What is your recommendation if I need to detect only 20 words. U can create the grammar for these words

Get BlueMail for Android ​

On Jun 15, 2019, 7:46 PM, at 7:46 PM, coal2001 < notifications@github.com > wrote:

and, also, speech recognition problem is not solved in world. No man solved it... I've studied problem a lot, there are no solutions. Only google with it AI with millions samples...

Суббота, 15 июня 2019, 20:39 +03:00 от Игорь Владимирович < coal2001@mail.ru >:

Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

This is works very very very good in UWP (there are lot of examples, but you must use UWP). Also there services from microsoft and yandex

they all good, but limited to words count, so you need to detect first keyword yourself, than use web-services. I've used for myself keyword "Hatabich" - this is russian magic genie

Суббота, 15 июня 2019, 19:39 +03:00 от waleedmakarem < notifications@github.com >:

Did you compile to c#, I though this is impossible, because it is complicated process. The issue I have is that i need the recognition to be local, not through web service. Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

Thanks for support. Waleed

On Sat, Jun 15, 2019 at 5:19 PM coal2001 < notifications@github.com

wrote:

I'm fail absolutely. I converted PocketShynx to c#, it compiled, but it doesn't work absolutely. It can't recognize, I had dissapointed and try to wrote recognition system myself. The only task is recognize keyword, than I use online recognition services (microsoft, yandex, google). I haven't finished yet, so I can't send you sources - they are unworkable. But this is path to success

Суббота, 15 июня 2019, 14:48 +03:00 от waleedmakarem < notifications@github.com >:

Dear Sir, Were you able to integrate CMUSphinx or PocketSphinx to C# ? I am trying to do this 1 week ago, but fail. I appreciate your support to guide me how to do this. waleed.makarem@gmail.com Thanks.. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <

https://github.com/garuma/PiHueSphinx/issues/2?email_source=notifications&email_token=ABLWBXDAOA7WNW6I73OPUS3P2UB7BA5CNFSM4HYO4ABKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXY2FMQ#issuecomment-502375090

,

or mute the thread <

https://github.com/notifications/unsubscribe-auth/ABLWBXHKJ6KSHA7DUGMO5XTP2UB7BANCNFSM4HYO4ABA

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

С уважением, Посконин Игорь

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub:

https://github.com/garuma/PiHueSphinx/issues/2#issuecomment-502386307 — You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/garuma/PiHueSphinx/issues/2#issuecomment-502392520 — You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

waleedmakarem commented 5 years ago

Nice video..my friend. Good Luck... I am sure I will be surprised of your future projects :)

On Sat, Jun 15, 2019 at 9:26 PM coal2001 notifications@github.com wrote:

They have neural network, which had studied by trillions examples. That's why it works good. You and I haven't so many examples, this is the answer. I examine that a lot ))) There is no magic... And no magic in sphynx, it's simply not work... Percent is about 75%, what if you say "press on", but it executes "fuck off"?

Look at this video: https://www.youtube.com/watch?v=zxD03jpvX6o

Only world top companies can make such recognition, for example Amazon, top-1 company... But you can try.

Суббота, 15 июня 2019, 22:21 +03:00 от waleedmakarem < notifications@github.com>:

Thanks for support , really appreciated I do not agree with why since Google speech recognition engine works perfectly. They did it and others can do it

Get BlueMail for Android ​

On Jun 15, 2019, 9:16 PM, at 9:16 PM, coal2001 < notifications@github.com wrote:

I saw that, and can't integrate, because I need UWP application, executed on mobile devices...

I've not solved recognition yet, I see only path - learn all knowledge about recognition and make it yourself ))) But I have no time to finish that, it is only hobby

Суббота, 15 июня 2019, 22:12 +03:00 от waleedmakarem < notifications@github.com >:

Sorry for the wrong spelling, I mean I I can build my grammar file. Also did you have a look into pocket sphinx. They have added a wrapper for C# , but need to be build first by makefile. Please check this link:

https://github.com/cmusphinx/pocketsphinx/blob/master/swig/csharp/Makefile

Waleed

Get BlueMail for Android ​

On Jun 15, 2019, 8:53 PM, at 8:53 PM, Waleed Makarem < waleed.makarem@gmail.com > wrote:

What is your recommendation if I need to detect only 20 words. U can create the grammar for these words

Get BlueMail for Android ​

On Jun 15, 2019, 7:46 PM, at 7:46 PM, coal2001 < notifications@github.com > wrote:

and, also, speech recognition problem is not solved in world. No man solved it... I've studied problem a lot, there are no solutions. Only google with it AI with millions samples...

Суббота, 15 июня 2019, 20:39 +03:00 от Игорь Владимирович < coal2001@mail.ru >:

Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

This is works very very very good in UWP (there are lot of examples, but you must use UWP). Also there services from microsoft and yandex

they all good, but limited to words count, so you need to detect first keyword yourself, than use web-services. I've used for myself keyword "Hatabich" - this is russian magic genie

Суббота, 15 июня 2019, 19:39 +03:00 от waleedmakarem < notifications@github.com >:

Did you compile to c#, I though this is impossible, because it is complicated process. The issue I have is that i need the recognition to be local, not through web service. Code-project contain projects that uses Google web services for speech recognition , but this does not work for me.

Thanks for support. Waleed

On Sat, Jun 15, 2019 at 5:19 PM coal2001 < notifications@github.com

wrote:

I'm fail absolutely. I converted PocketShynx to c#, it compiled, but it doesn't work absolutely. It can't recognize, I had dissapointed and try to wrote recognition system myself. The only task is recognize keyword, than I use online recognition services (microsoft, yandex, google). I haven't finished yet, so I can't send you sources - they are unworkable. But this is path to success

Суббота, 15 июня 2019, 14:48 +03:00 от waleedmakarem < notifications@github.com >:

Dear Sir, Were you able to integrate CMUSphinx or PocketSphinx to C# ? I am trying to do this 1 week ago, but fail. I appreciate your support to guide me how to do this. waleed.makarem@gmail.com Thanks.. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <

https://github.com/garuma/PiHueSphinx/issues/2?email_source=notifications&email_token=ABLWBXDAOA7WNW6I73OPUS3P2UB7BA5CNFSM4HYO4ABKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXY2FMQ#issuecomment-502375090

,

or mute the thread <

https://github.com/notifications/unsubscribe-auth/ABLWBXHKJ6KSHA7DUGMO5XTP2UB7BANCNFSM4HYO4ABA

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

С уважением, Посконин Игорь

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub:

https://github.com/garuma/PiHueSphinx/issues/2#issuecomment-502386307 — You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/garuma/PiHueSphinx/issues/2#issuecomment-502392520 — You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Посконин Игорь

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/garuma/PiHueSphinx/issues/2?email_source=notifications&email_token=ABLWBXGUG4WWAPOMUGTC5TLP2U65LA5CNFSM4HYO4ABKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXY6SIY#issuecomment-502393123, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLWBXCWGSH4KA4NXKTA5UTP2U65LANCNFSM4HYO4ABA .