Code Monkey home page Code Monkey logo

Comments (19)

Sispheor avatar Sispheor commented on May 18, 2024

Can you please leave issues only in English or in both languages.

Did you try the STT from the GUI first?
Did you try to speak closely to your microphone? I think about a bad
sensitivity settings in your os.

Le 10 nov. 2016 1:00 PM, "5ika" [email protected] a écrit :

Merci beaucoup pour ce projet ! Ça fait longtemps que je cherchais un
équivalent.

J'ai suivi toutes les instructions pour l'installation (dev) sur une
raspberry pi.
J'ai cependant un souci : l'application reste bloqué sur "Say something"
et ne semble pas reconnaître ce que je dis.
Pourtant, j'arrive bien a récupéré le son par mon micro avec rec puis à
l'écouter avec play.
Comme le mode debug n'indique rien de plus, je ne sais pas trop comment
résoudre cela.
Auriez-vous une piste ?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#62, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ACdEXR1csnXAvdK73U7pIhAmKDuiAe_Oks5q8wdmgaJpZM4KulQb
.

from kalliope.

Sispheor avatar Sispheor commented on May 18, 2024

Also there is a dedicated section in our doc with some stuff to do on a rpi
like install pulse audio server.

Le 10 nov. 2016 1:06 PM, "Nicolas Marcq" [email protected] a écrit :

Can you please leave issues only in English or in both languages.

Did you try the STT from the GUI first?
Did you try to speak closely to your microphone? I think about a bad
sensitivity settings in your os.

Le 10 nov. 2016 1:00 PM, "5ika" [email protected] a écrit :

Merci beaucoup pour ce projet ! Ça fait longtemps que je cherchais un
équivalent.

J'ai suivi toutes les instructions pour l'installation (dev) sur une
raspberry pi.
J'ai cependant un souci : l'application reste bloqué sur "Say something"
et ne semble pas reconnaître ce que je dis.
Pourtant, j'arrive bien a récupéré le son par mon micro avec rec puis à
l'écouter avec play.
Comme le mode debug n'indique rien de plus, je ne sais pas trop comment
résoudre cela.
Auriez-vous une piste ?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#62, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ACdEXR1csnXAvdK73U7pIhAmKDuiAe_Oks5q8wdmgaJpZM4KulQb
.

from kalliope.

5ika avatar 5ika commented on May 18, 2024

I'm sorry, I updated my message with english language.

Yes, I tried STT from the GUI and there is no response.
I tried to speak close to the mic without success.
Oddly, the application seems to recognize when i'm saying "Kalliope" so it works ! But nothing is possible then.

from kalliope.

Sispheor avatar Sispheor commented on May 18, 2024

Really weird, if the trigger is detected, the STT should work exactly the same way.

What is you OS version? The last Raspbian Jessie? It's the only one we have tested so far.

from kalliope.

5ika avatar 5ika commented on May 18, 2024

I'm on Raspbian Jessie. Fresh install with the last official image.

from kalliope.

Sispheor avatar Sispheor commented on May 18, 2024

The network is well configured? Are you behind a proxy server? The RPI has a full access to the internet?
DNS settings ok?

from kalliope.

5ika avatar 5ika commented on May 18, 2024

The RPI has all access to the network. I ping network without problem. No proxy, DNS okay.
I tried with all the STT engines.

from kalliope.

Sispheor avatar Sispheor commented on May 18, 2024

Ok, I need to perform some test, maybe it is due to our last changes. I'll be back to you in a couple minutes.

from kalliope.

Sispheor avatar Sispheor commented on May 18, 2024

So, I've just tested the last on my laptop (In a VM on Ubuntu 16.04) and it works with the last stable release (master branch).

I've not tested in my Rpi, I cannot do it before tomorrow.
You not answered the question I've asked about the Rpi dedicated doc? Did you follow it?

I can only recommend to try with another microphone from now. I'll perform a full install tomorrow to confirm that issue.

from kalliope.

5ika avatar 5ika commented on May 18, 2024

Ok, thank you for your time.
Of course, I've followed the RPI doc (if you talk about this page).
I'll try to find another microphone and try again.

from kalliope.

Sispheor avatar Sispheor commented on May 18, 2024

I'll test with my own microphone tomorow on a fresh install of Raspbian Jessie. I keep this issue open until I can confirm it is not a Kalliope problem.

Anyway, the automated install is fully functional on Ubuntu 16.04. So if you want to test kalliope and play with it by creating your brain you can install the project in a VM and then copy your brains when the Rpi is fixed.

from kalliope.

Sispheor avatar Sispheor commented on May 18, 2024

So I've tested on my own RPi with a fresh install.
I had the same issue about the stuck "say something".
To fix this, I ran alsamixer, selected my sound card by pressing F6and then moved up the level sensibility of my mic.

Hope this help. I'll add this into the Rpi doc. If you can confirm that is ok from your side too.

from kalliope.

5ika avatar 5ika commented on May 18, 2024

Still the same... I moved the sensibility to the top.
Maybe the problem comes from my usb microphone. I have to tried with another one.

from kalliope.

Skunnyk avatar Skunnyk commented on May 18, 2024

Hi,

I had the same kind of problem : it doesn't understand "kalioppe" when waiting for "Say something" on start. I tried in the gui, microphone / tts / stt works fine there.
So I updated the pmdl_file in settings.yml to use Jarviss pmdl, now it works with "Jarviss" :)

- pmdl_file: "trigger/snowboy/resources/kalliope-FR-6samples.pmdl
+ pmdl_file: "trigger/snowboy/resources/jarviss.pmdl"

Ps: I'm French, so maybe I don't enunciate "kalioppe" correctly.

from kalliope.

Sispheor avatar Sispheor commented on May 18, 2024

Look at the demo of kalliope in French to know how to pronounce it.
https://youtu.be/t4J42yO2rkM . It's "kalliopé".

Le 20 nov. 2016 3:36 PM, "Skunnyk" [email protected] a écrit :

Hi,

I had the same kind of problem : it doesn't understand "kalioppe" when
waiting for "Say something" on start. I tried in the gui, microphone / tts
/ stt works fine there.
So I updated the pmdl_file in settings.yml to use Jarviss pmdl, now it
works with "Jarviss" :)

  • pmdl_file: "trigger/snowboy/resources/kalliope-FR-6samples.pmdl
  • pmdl_file: "trigger/snowboy/resources/jarviss.pmdl"

Ps: I'm French, so maybe I don't enunciate "kalioppe" correctly.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#62 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACdEXVfgrjkD0s7DI51Bhtm6LXm-6uIuks5rAFsKgaJpZM4KulQb
.

from kalliope.

Sispheor avatar Sispheor commented on May 18, 2024

And by the way. "Say something" appears when the hotword has been detected.
So it's not really the same case for you, doesn't it?

Le 20 nov. 2016 3:40 PM, "Nicolas Marcq" [email protected] a écrit :

Look at the demo of kalliope in French to know how to pronounce it.
https://youtu.be/t4J42yO2rkM . It's "kalliopé".

Le 20 nov. 2016 3:36 PM, "Skunnyk" [email protected] a écrit :

Hi,

I had the same kind of problem : it doesn't understand "kalioppe" when
waiting for "Say something" on start. I tried in the gui, microphone / tts
/ stt works fine there.
So I updated the pmdl_file in settings.yml to use Jarviss pmdl, now it
works with "Jarviss" :)

  • pmdl_file: "trigger/snowboy/resources/kalliope-FR-6samples.pmdl
  • pmdl_file: "trigger/snowboy/resources/jarviss.pmdl"

Ps: I'm French, so maybe I don't enunciate "kalioppe" correctly.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#62 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACdEXVfgrjkD0s7DI51Bhtm6LXm-6uIuks5rAFsKgaJpZM4KulQb
.

from kalliope.

Skunnyk avatar Skunnyk commented on May 18, 2024

Oh, yes, "say something" appears after the hotword has been detected … and my problem was the hotword detection. Sorry :)

from kalliope.

Sispheor avatar Sispheor commented on May 18, 2024

@5ika ping.

from kalliope.

Sispheor avatar Sispheor commented on May 18, 2024

I think I can close this. It seems to be attached to the used microphone.
Re open the issue if needed @5ika .

from kalliope.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.