Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edouardpoitras/jasper-configuration
Plugin for modifying Jasper configuration at runtime
https://github.com/edouardpoitras/jasper-configuration
Last synced: 4 days ago
JSON representation
Plugin for modifying Jasper configuration at runtime
- Host: GitHub
- URL: https://github.com/edouardpoitras/jasper-configuration
- Owner: edouardpoitras
- License: mit
- Created: 2015-11-30T15:52:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T22:22:37.000Z (over 8 years ago)
- Last Synced: 2024-10-31T02:42:02.269Z (about 2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jasper-configuration
====================Jasper Configuration Plugin
## Installation Steps
1. Place the configuration/ folder in your jasper_directory/plugins/speechhandler/ folder
2. Restart Jasper## Usage
```
YOU: configuration
JASPER: What configuration option would you like to change?
JASPER: Would you like to change your name?
YOU: no
JASPER: Would you like to change your location?
YOU: no
JASPER: Would you like to change your timezone?
YOU: no
JASPER: Would you like to change my voice?
YOU: yes
JASPER: My current text-to-speech engine is espeak.
JASPER: What will be my new text-to-speech engine?
YOU: google
JASPER: My new voice is now configured.
JASPER: Restart me to hear the changes.
```