Skip to content

Commit

Permalink
Updated Authors.sh
Browse files Browse the repository at this point in the history
updated authors
broke profile.yml.example out from README.md
removed uneeded folders in plugin folder
  • Loading branch information
chrobione committed Aug 8, 2016
1 parent 6c5a16b commit 86ce9e6
Show file tree
Hide file tree
Showing 24 changed files with 68 additions and 5,448 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
- Dan Buchta <[email protected]>
- Sebastien <[email protected]>
- chrobione <[email protected]>
- KrawallKurt <[email protected]>

#### Generated by bin/update-authors.sh.
58 changes: 1 addition & 57 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,60 +32,4 @@ There are more instructions coming for how to get multi-language going.



Here is a sample of the ~/.jasper/profile.yml
```
#J2 and jasper-dev branch profile.yml full example.
# Celluar Carrier http://www.emailtextmessages.com for more info exampl is Verizon.
carrier: vtext.com
# First name how the computer will address you
first_name: Yourname
# Last or Surname
last_name: Yourlastname
# Warning GMAIL CONFIG IS UNSECURE PLAIN TEXT STORED PASSWORD
gmail_address: [email protected]
gmail_password: xxxxxxxx
# This for weather forecast can acces City or zipcode
weather:
location: 'POSTALCODE'
# Phone number you can receive text messages on.
phone_number: 'xxxxxxxxxxx'
# This sends alerts. false = text message. true = email message.
prefers_email: false
# Time zone so when you ask for the time it tells you correctly
timezone: America/Denver
# Passive engine configuration (keyword detection)
#stt_passive_engine: x
# Speech To Text engine with witai-stt example
stt_engine: witai-stt
witai-stt:
access_token: X
# Text To Speech Config default is espeak-tts
# uncomment to use
#tts_engine: mary-tts
#mary-tts:
# server: 'tts.mattcurry.com'
# port: '59125'
# language: 'en_US'
# voice: 'cmu-slt-hsmm'
# Audio configuration
# uncomment to use
#audio_engine: pyaudio
#Mic configuration
#input_device:
#Speak out configuration
#output_device:
# Wolfram Alpha Integration
#keys:
#WOLFRAMALPHA: X
```

File renamed without changes.
4 changes: 2 additions & 2 deletions plugins/stt/snowboy-stt/plugin.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Plugin]
Name = snowboy
Name = snowboy-stt
Version = 1.0.0
License = MIT
Description = Speech-To-Text implementation which relies on Snowboy.

[Author]
Name = KrawallKurt
Name = KrawallKurt
Binary file removed plugins/stt/snowboy-stt/snowboy/Jasper.pmdl.Aussie
Binary file not shown.
55 changes: 0 additions & 55 deletions plugins/stt/snowboy-stt/snowboy/Makefile

This file was deleted.

197 changes: 0 additions & 197 deletions plugins/stt/snowboy-stt/snowboy/README.md

This file was deleted.

1 change: 0 additions & 1 deletion plugins/stt/snowboy-stt/snowboy/__init__.py

This file was deleted.

35 changes: 0 additions & 35 deletions plugins/stt/snowboy-stt/snowboy/demo.py

This file was deleted.

Loading

0 comments on commit 86ce9e6

Please sign in to comment.