DEPRECATED: use https://github.com/OpenVoiceOS/ovos-PHAL-plugin-dotstar instead
ported from https://github.com/JarbasHiveMind/HiveMind-PTT/commit/231d6a51761bb1e929d1456e799da0635a77a990
warning: contain GPL dependencies
By default, this plugin uses ovos-i2csound to create a file called i2c_platform
in ~/.config/mycroft
. If you are not using ovos-i2csound, you need to create that file, or point to another file in your ~/.config/mycroft/mycroft.conf
The file should contain a single line with the value wm8960
You can specify the location of the file in ~/.config/mycroft/mycroft.conf
by adding
{
"PHAL": {
"ovos-PHAL-plugin-respeaker-2mic": {
"i2c_platform": "full/path/to/your/file"
}
}
}