Giter VIP home page Giter VIP logo

Comments (10)

ryanleesipes avatar ryanleesipes commented on July 19, 2024

@jdorleans, @clusterfudge I can't find in the code where it reads out "cerberus.mycroft.ai" - can you point me at the right place?

from mycroft-core.

Cliabhach avatar Cliabhach commented on July 19, 2024

@ryanleesipes I think that would be https://github.com/MycroftAI/mycroft-core/blob/master/mycroft/skills/cerberus_config/__init__.py#L41 ,

self.speak_dialog('not.paired')
, possibly elsewhere.

Those emit a message that the speech file picks up in https://github.com/MycroftAI/mycroft-core/blob/master/mycroft/client/speech/main.py#L59 , which in turn passes it off to the execute method on a tts from https://github.com/MycroftAI/mycroft-core/tree/master/mycroft/tts

from mycroft-core.

ryanleesipes avatar ryanleesipes commented on July 19, 2024

Giving this to @jdorleans

from mycroft-core.

MatthewScholefield avatar MatthewScholefield commented on July 19, 2024

Should anything with a period and no space be read as "dot"? For instance, what about right before speaking with mimic, regex replace "([^,. ]).([^,. ])" with "$1 dot $2"?

from mycroft-core.

ryanleesipes avatar ryanleesipes commented on July 19, 2024

@Wolfgange3311999 yes, I think that would be good.

from mycroft-core.

ryanleesipes avatar ryanleesipes commented on July 19, 2024

@Wolfgange3311999 do you have any idea of how to make this happen? If so I can reassign this to you.

from mycroft-core.

jdorleans avatar jdorleans commented on July 19, 2024

Guys, let's not change that behaviour in mimic. The char . must be a real pause, that's the way it is on a natural language. That said, there is a simpler way of solving that problem. I'll fix that.

from mycroft-core.

Cliabhach avatar Cliabhach commented on July 19, 2024

@jdorleans: we should probably add something to the docs about when to use phonetic spelling (like 'dot') in spoken text.

from mycroft-core.

jdorleans avatar jdorleans commented on July 19, 2024

@Cliabhach you're right. We do still have much information to add on our docs and some of them are not very easy to identify until they appear as an issue. I'll take care of some of them and add on our docs.

from mycroft-core.

ryanleesipes avatar ryanleesipes commented on July 19, 2024

#91 has been Merged, closing this issue. However, I do think we may want to move to using "dot" in Mimic for instances when there aren't spaces between words/numbers on both sides of a period.

from mycroft-core.

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.