Daniel McKnight
Daniel McKnight
**Is your feature request related to a problem? Please describe.** The current implementation of signal files relies on querying the filesystem for the presence of a particular file. This means...
**Is your feature request related to a problem? Please describe.** It can be useful to modify audio passed to STT plugins to remove silence and normalize audio levels for better...
**Is your feature request related to a problem? Please describe.** Handling user preferences per-message allows for multiple users to make requests to the same core instance. It also reduces the...
**Is your feature request related to a problem? Please describe.** Adding a plugin-based method for manipulating transcriptions from STT before passing them to the intent service would allow for co-reference...
**Is your feature request related to a problem? Please describe.** This feature would add functionality for skills or other modules to query what languages are available for STT or TTS....
## Description Fixes #2875 Similar to #2813, this updates the CPS and CQS abstract methods to expect Messages instead of Strings. Inspecting the method signatures provides backwards compatibitliy. ## How...
**Is your feature request related to a problem? Please describe.** Feature request to refactor skill settings path to be consistent with `self.file_system`. Current behavior creates 2 separate directories for skill-specific...
**Is your feature request related to a problem? Please describe.** Similar to #2812, Messages are easier to write generic methods around so a CommonSkill match method could be easily adapted...
**Is your feature request related to a problem? Please describe.** STT and TTS plugins currently override base classes in `mycroft-core`. This requires plugins to be developed and used in an...
## Info This PR adds the new skill, [CaffeineWiz](https://github.com/NeonGeckoCom/CaffeineWiz.neon), to the skills repo. ## Description The skill provides the functionality to inform the user of the caffeine content of the...