Ok, thank you!
Would a plugin have access to run create and train?
Let's say.
sopare is running in loop mode and I want to teach it a new word "lights on"
when I say "record" already trained word, the plugin will call ./sopare.py -w samples/lightsOn.raw
and record
After that I say "train latest" ./sopare.py -t lightsOn -r samples/lightsOn.raw
and now I can just say "lightsOn" and will do something.
I guess my question is how do you interact with your methods arguments in the plugin.
Thank you so much, I learning a lot working with your work.
You are welcome. The raw file can currently only be stored when the loop option is not set and the raw characteristic which is used as base for the training is not available inside the plugin. I'll think about that and may change this in the future as I like the idea a plugin can decide to add/change input for learning.
Hi,
I'm wondering if a series of .wav or .raw file can be use for training.
I saw that there is a way to read a raw file but not sure how is that used.
Thank you!
The text was updated successfully, but these errors were encountered: