Currently animation logic is living in the voice_command.py file. This should be separated out into it's own package so that it can be re-used in other programs.
Additionally, the current animation logic is not great. The frame rate might be changing depending on the machine its running on. If it can be fixed to 24 frames per sec when animating speech that would be great.
Actually, it looks like perhaps Linux is not loading the images in chronological order so the animation is getting all chopped up. Will create a separate task to fix this
Currently animation logic is living in the
voice_command.pyfile. This should be separated out into it's own package so that it can be re-used in other programs.Additionally, the current animation logic is not great.
The frame rate might be changing depending on the machine its running on. If it can be fixed to 24 frames per sec when animating speech that would be great.Actually, it looks like perhaps Linux is not loading the images in chronological order so the animation is getting all chopped up. Will create a separate task to fix this