| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #201 from Holzhaus/add-more-logging | schneefux | 2014-10-01 | 4 | -8/+33 |
| |\ | | | | | Add more logging | ||||
| | * | Change notification log message in conversation.py | schneefux | 2014-10-01 | 1 | -1/+1 |
| | | | |||||
| | * | Readd missing line in conversation.py | schneefux | 2014-09-30 | 1 | -0/+1 |
| | | | |||||
| | * | Configure logging and add possibility to view debug messages in test.py | schneefux | 2014-09-26 | 1 | -0/+8 |
| | | | |||||
| | * | Improved logging in brain.py | schneefux | 2014-09-26 | 1 | -4/+6 |
| | | | |||||
| | * | Remove misplaced logging.basicConfig() from notifier.py | schneefux | 2014-09-26 | 1 | -2/+0 |
| | | | |||||
| | * | Add some logging in notifier module | schneefux | 2014-09-26 | 1 | -0/+3 |
| | | | |||||
| | * | Add logging in conversation module | schneefux | 2014-09-26 | 1 | -3/+16 |
| | | | |||||
| * | | Merge pull request #207 from Holzhaus/fix-test-mics | schneefux | 2014-10-01 | 2 | -0/+6 |
| |\ \ | | | | | | | Add method to fix AttributeError in local/test_mic | ||||
| | * | | Add method to fix AttributeError in local/test_mic | schneefux | 2014-10-01 | 2 | -0/+6 |
| | | | | |||||
| * | | | Merge pull request #206 from Holzhaus/move-apputils-to-client-folder | schneefux | 2014-10-01 | 2 | -2/+4 |
| |\ \ \ | | | | | | | | | Move app_utils.py | ||||
| | * | | | Move app_utils.py from client/modules to client/ | schneefux | 2014-09-30 | 2 | -2/+4 |
| | |/ / | | | | | | | | | | app_utils.py does not have a WORDS constant and thus does not belong into that folder | ||||
| * | | | Merge pull request #205 from Holzhaus/no-hardcoded-modules-folder | schneefux | 2014-10-01 | 2 | -4/+4 |
| |\ \ \ | | | | | | | | | Stop using hardcoded 'modules' prefix in brain.py | ||||
| | * | | | Update Brain testcase | schneefux | 2014-09-30 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Stop using hardcoded 'modules' prefix in brain.py | schneefux | 2014-09-30 | 1 | -3/+3 |
| | |/ / | | | | | | | | | | This makes the modules path truly configurable | ||||
| * | | | Merge pull request #202 from Holzhaus/close-audio-stream | schneefux | 2014-10-01 | 1 | -0/+7 |
| |\ \ \ | |/ / |/| | | Close audio stream | ||||
| | * | | Close audio stream on passiveListen() early return | schneefux | 2014-09-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | This fixes #33 | ||||
| | * | | Close audio stream in fetchThreshold() | schneefux | 2014-09-26 | 1 | -0/+4 |
| | | | | |||||
| * | | | Added missing import in stt.py | schneefux | 2014-09-27 | 1 | -1/+2 |
| | | | | |||||
| * | | | Merge pull request #176 from Holzhaus/improved-stt-module | schneefux | 2014-09-27 | 2 | -90/+156 |
| |\ \ \ | | | | | | | | | Improved stt module | ||||
| | * | | | Read Framerate from wave file in GoogleSTT | schneefux | 2014-09-25 | 1 | -2/+6 |
| | | | | | |||||
| | * | | | Use tempfile module in mic.py's listen methods | schneefux | 2014-09-25 | 2 | -37/+38 |
| | | | | | |||||
| | * | | | Fixed STTEngine.get_config() kwargs | schneefux | 2014-09-25 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Added get_config() to AbstractSTTEngine | schneefux | 2014-09-25 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | Make pocketsphinx lm/dic pairs configurable and move config logic into classes | schneefux | 2014-09-25 | 1 | -15/+38 |
| | | | | | |||||
| | * | | | Fix mode in AbstractSTTEngine | schneefux | 2014-09-25 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Use TranscriptionMode enum | schneefux | 2014-09-25 | 2 | -35/+33 |
| | | | | | |||||
| | * | | | Use with statement to open file in Google STT engine | schneefux | 2014-09-25 | 1 | -3/+2 |
| | | | | | |||||
| | * | | | Implement is_available() in STT engines | schneefux | 2014-09-25 | 1 | -12/+27 |
| | | | | | |||||
| | * | | | STT engines now use slugs | schneefux | 2014-09-25 | 1 | -11/+17 |
| | | | | | |||||
| | * | | | STT engines now inherit from AbstractSTTEngine | schneefux | 2014-09-25 | 1 | -2/+18 |
| | | | | | |||||
| * | | | | Merge pull request #155 from Holzhaus/new-speakers | schneefux | 2014-09-27 | 5 | -69/+377 |
| |\ \ \ \ | |_|/ / |/| | | | Cleanup client.speaker and add additional tts speakers | ||||
| | * | | | Readd hardcoded alsa playback device (should be removed later) | schneefux | 2014-09-26 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Delete tempfiles in play_mp3() method of AbstractMp3TTSEngine | schneefux | 2014-09-26 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Get rid of pyaudio in `tts.py` | schneefux | 2014-09-26 | 1 | -2/+1 |
| | | | | | |||||
| | * | | | Added testcase for tts with DummyTTS engine | schneefux | 2014-09-26 | 1 | -1/+7 |
| | | | | | |||||
| | * | | | Reuse speaker from mic in musicmode | schneefux | 2014-09-26 | 1 | -2/+1 |
| | | | | | |||||
| | * | | | Rename `speaker.py` to `tts.py` to match `stt.py` and also change class names | schneefux | 2014-09-26 | 2 | -19/+18 |
| | | | | | |||||
| | * | | | Move tts engine options from say method to __init__ | schneefux | 2014-09-26 | 1 | -14/+27 |
| | | | | | |||||
| | * | | | Move tts_engine_slug to jasper.py, improve module functions of speaker.py | schneefux | 2014-09-26 | 2 | -23/+20 |
| | | | | | |||||
| | * | | | Remove TTS_ENGINES constant from `client/speaker.py` | schneefux | 2014-09-26 | 1 | -3/+1 |
| | | | | | |||||
| | * | | | Check for `aplay` in AbstractSpeaker (because of af31dc5) | schneefux | 2014-09-26 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Added dummy tts engine (for testing purposes) | schneefux | 2014-09-26 | 1 | -0/+19 |
| | | | | | |||||
| | * | | | Added festival TTS engine | schneefux | 2014-09-26 | 1 | -0/+40 |
| | | | | | |||||
| | * | | | Added logging system to client/speaker.py | schneefux | 2014-09-26 | 1 | -7/+55 |
| | | | | | |||||
| | * | | | Use os.devnull instead of hardcoded /dev/null | schneefux | 2014-09-26 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Use distutils.spawn.find_executable instead of which | schneefux | 2014-09-26 | 1 | -3/+4 |
| | | | | | |||||
| | * | | | Add better TTS engine detection/testing code | schneefux | 2014-09-26 | 1 | -9/+27 |
| | | | | | |||||
| | * | | | Change AbstractMP3Speaker.play_mp3() to use AbstractSpeaker.play() | schneefux | 2014-09-26 | 1 | -17/+13 |
| | | | | | |||||
| | * | | | Change AbstractSpeaker.play() to use aplay due to issues with PyAudio playback | schneefux | 2014-09-26 | 1 | -16/+5 |
| | | | | | | | | | | | | | | | | | see jasperproject/jasper-client#188 for more info | ||||
