summaryrefslogtreecommitdiff
path: root/client/main.py
Commit message (Collapse)AuthorAgeFilesLines
* Throw error when JASPER_HOME is not set in start.pyschneefux2014-09-101-1/+7
|
* Add shebang and PEP 0263 source encoding to every moduleschneefux2014-09-101-1/+1
| | | | Source encoding should be specified and a shebang helps to execute a module directly (either to start jasper or just for testing purposes).
* Add shebang and PEP 0263 source encoding to main.pyschneefux2014-09-101-2/+3
|
* Ported client/start.sh to pythonschneefux2014-09-101-0/+12
|
* Minor style fixes: removed unused imports, commented-out code, etc.schneefux2014-08-221-1/+2
|
* Addressed CR comments.schneefux2014-07-291-5/+9
|
* Merge upstream changesschneefux2014-07-261-1/+4
|\ | | | | | | | | Conflicts: client/local_mic.py
| * Merge pull request #100 from astahlman/masterschneefux2014-07-111-1/+2
| |\ | | | | | | Platform independent audio output. Stop hardcoding /home/jasper.
| * | Check if first_name is set for profile beforehandschneefux2014-06-121-1/+4
| | |
| * | Make Jasper mention the user's name when asking "How can I be of service?"schneefux2014-06-121-1/+1
| | |
* | | Work on Google STT on RPi.schneefux2014-07-261-2/+7
| | |
* | | Google STT works on OS Xschneefux2014-07-231-2/+4
| |/ |/|
* | Stop hardcoding /home/jasper and abstract out mic.say for multiplatform supportschneefux2014-06-211-1/+2
|/
* Initial commitschneefux2014-03-301-0/+30