Skip to content

Commit

Permalink
Remove Mac-only speech synthesis adapter.
Browse files Browse the repository at this point in the history
This adapter is being removed from the chatterbot core in favor of
continuing work with it in the chatterbot-voice repo.

Future work involving speech recognition and speech synthesis will
continue there (https://github.com/gunthercox/chatterbot-voice).
  • Loading branch information
gunthercox committed Mar 18, 2016
1 parent 1b2ba18 commit 089b488
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
1 change: 0 additions & 1 deletion chatterbot/adapters/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
from .terminal import TerminalAdapter
from .io_json import JsonAdapter
from .no_output import NoOutputAdapter
from .tts import MacOSXTTS
from .multi_adapter import MultiIOAdapter
29 changes: 0 additions & 29 deletions chatterbot/adapters/io/tts.py

This file was deleted.

0 comments on commit 089b488

Please sign in to comment.