| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #209 from Holzhaus/musicmode-as-module | schneefux | 2014-10-03 | 6 | -481/+425 | |
| |\ \ | | | | | | | Musicmode as module | |||||
| | * | | Fix VocabCompiler testcase because MUSIC/SPOTIFY are not hardcoded anymore | schneefux | 2014-10-01 | 1 | -3/+1 | |
| | | | | ||||||
| | * | | Only look for 'close' if activeListen returned something | schneefux | 2014-10-01 | 1 | -4/+3 | |
| | | | | ||||||
| | * | | Apply fix from PR jasperproject/jasper-client#173 to MusicMode | schneefux | 2014-10-01 | 1 | -15/+15 | |
| | | | | ||||||
| | * | | Use instance attributes in MPDWrapper | schneefux | 2014-10-01 | 1 | -9/+5 | |
| | | | | ||||||
| | * | | Readd MusicMode as dedicated module | schneefux | 2014-10-01 | 1 | -0/+428 | |
| | | | | ||||||
| | * | | Remove music mode | schneefux | 2014-10-01 | 4 | -478/+1 | |
| | |/ | ||||||
| * / | Fix bug in main.py | schneefux | 2014-10-01 | 1 | -1/+0 | |
| |/ | | | This fixes #183 | |||||
| * | 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 | 1 | -0/+0 | |
| |\ \ \ | | | | | | | | | Move app_utils.py | |||||
| | * | | | Move app_utils.py from client/modules to client/ | schneefux | 2014-09-30 | 1 | -0/+0 | |
| | |/ / | | | | | | | | | | 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 | 4 | -66/+368 | |
| |\ \ \ \ | |_|/ / |/| | | | 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 | 1 | -14/+14 | |
| | | | | | ||||||
| | * | | | 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 | 1 | -22/+12 | |
| | | | | | ||||||
| | * | | | 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 | |
| | | | | | ||||||
