MycroftAI / personal-backend

WORK IN PROGRESS: A Flask personal backend alternative for running your own version of https://home.mycroft.ai
Apache License 2.0
114 stars 32 forks source link

precise upload #3

Closed JarbasAl closed 5 years ago

JarbasAl commented 5 years ago

add backend route for precise wake word upload

based on https://github.com/el-tocino/localcroft/blob/master/uploader.py

el-tocino commented 5 years ago

Should really find a way to allow this to handle both files so we don't have to also alter the mic.py bits on the client side.

el-tocino commented 5 years ago

(see updated link in comment 1) Played around some more, this should now work without having to edit mic.py.

JarbasAl commented 5 years ago

superseeded by https://github.com/MycroftAI/personal-backend/pull/21