Skip to content

putnik/mycroft-plugin-vk-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VK Cloud STT/TTS plugin for Mycroft

VK Group (ex-Mail.ru group) is a big Russian company that has their own personal assistant Marusia. They allow to use same technologies in their cloud services.

VK Cloud supports two authorisation methods: one time tokens and service tokens without expiration. For now there is only service tokens support.

I don't really like the response time of the TTS service, but STT works very well. For now, VK Cloud supports only Russian language.

How to use

  1. Register a new VK Cloud account: https://mcs.mail.ru/
  2. Confirm your email and phone number.
  3. You will get 100 free roubles.
  4. Create service token for Cloud Voice.
  5. mycroft-pip install mycroft-plugin-vk-cloud
  6. Edit mycroft.conf (mycroft-config edit user):
"tts": {
  "module": "vk",
  "vk": {
    "service_token": "YOUR_SERVICE_TOKEN",
    "tempo": 1.15
  }
},
"stt": {
  "module": "vk",
  "vk": {
    "credential": {
      "service_token": "YOUR_SERVICE_TOKEN"
    }
  }
}

tempo is optional. Possible values from 0.75 to 1.75, default id 1.0.

About

VK Cloud STT/TTS support for Mycroft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages