This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 396
Configuration changes
René Kliment edited this page Dec 22, 2018
·
16 revisions
- there is
triggers/snowboy
now, when using snowboy
-
sound/
- removed
allow_unlisted_input_device
-
input_device
will probably be different for most of the users
- removed
No changes.
- Added an
event_commands
section. Put custom shell commands here to run at- Startup
- Start of interaction with Alexa
- End of interaction with Alexa
- Shutdown
- Added section
triggers
- replaces sections / options:
sphinx
,platform/common/long_press
andplatform/*/should_confirm_trigger
... add thetriggers
section, in there set the options from the replaced sections (if you changed the defaults) and then delete the replaced sections
- replaces sections / options:
- Added section
platforms/hyperion
to- Configure connection to Hyperion
- Customize effects, colors and behavior for different states
- Added
sox
playback handler option in addition tovlc
- add
sound/playback_padding
configuration option; this adds the specified seconds of silence to the beginning and ending of each audio file. This may improve audio playback of Orange Pi and CHIP devices. A value of1
second is often more than effective enough.
- add
- Changed pocketsphinx's default threshold in the config template from 1e-5 to 1e-10, which should bring better trigger word recognition with hopefully no (or very few) false triggers. Tweak this value in your config as necessary.
-
sound/
changes:- added
allow_unlisted_input_device
-
input_device
- default is now changed to default and the field is validated now
- added
- Added section
platforms/serial
- Introduced a YAML configuration file as opposed to having some config options in the source code.