Replies: 6 comments 11 replies
-
we could also bundle the following, which im not sure makes sense due to low quality, but if we want to be comprehensive and bundle all catalan options
additions to .conf in this case
|
Beta Was this translation helpful? Give feedback.
-
just leaving here the link for the translation guide for catalan https://github.com/JarbasAl/mycroft-catalan.conf |
Beta Was this translation helpful? Give feedback.
-
I wanted to share that at Softcatalà we have started our own OVOS image for Catalan (see the catalan branch of my fork). I am not sure what you had in mind regarding the structure for each language, for now I just created a defconfig for catalan. We are building OVOS in a self-hosted gitlab runner and after ~12 hours it successfully builds the image. We are now debugging some issues with the image and still need to update the skills so only those with catalan support are added. Moreover we want to have STT and TTS locally so are using the vosk plugin for STT and have the major challenge of creating a festival buildroot package (it existed in buildroot but was broken since 2008 and removed in 2011) to support TTS. Let me know if you think the language-specific file structure should be different so I can adapt it before opening a PR (this will however take a while) |
Beta Was this translation helpful? Give feedback.
-
I don't see how the one leads to the other.
We already have wifi configuration on first run, akin to the Mk2's. Also STT and TTS selection. That's where I was imagining it, probably right in between. "English / español / francais / deutsche / ..." seems like a friendly enough touch menu to encounter during setup and onboarding. Doesn't need much context or explanation. Maybe a dynamic header that says "Select language" in various languages. My point is, I don't think an image for a language lines up with user expectations (plus it will get to be a lot.) I'm not sure I've ever seen a French version of an operating system, or "the Cantonese" installer for a program. Rather, it's one of the first two configuration options you see in a typical setup menu, right before or after setting the time zone. |
Beta Was this translation helpful? Give feedback.
-
i would love to just have a set of configs per language and change the defaults based on user input, could be added to the pairing step where we select backend and stt already a trickier issue is prompting the user (in the voice only scenario / no gui) without already knowing the language i think for now an image per language is good, but in the future we should try to unify this into a config/onboarding step, it goes back to the big hypothetical "hey mycroft, change language" algorithm |
Beta Was this translation helpful? Give feedback.
-
@chance i think there is value in dedicated images, regional/lang specific skill are a big part of it, it also reaches a larger community things like wolfram alpha only work in english, there is also for example a story tales skill only in catalan having a dedicated image for that community is not a bad thing and easy to add on top of the OVOS recipe Until we can provide a unified experience that includes this sort of thing (default wake word, skills, config) for every language i think this is the best we can do |
Beta Was this translation helpful? Give feedback.
-
Below are the current steps needed to make an image tuned for catalan language
Bundled Plugins
Additional dependencies
apt-get -y install festival festvox-ca-ona-hts lame
Skill alternatives
For official skills not supporting catalan
Default config
under /etc/mycroft/mycroft.conf
Beta Was this translation helpful? Give feedback.
All reactions