Skip to content

Commit

Permalink
Merge pull request #138 from gunthercox/tts
Browse files Browse the repository at this point in the history
Remove Mac-only speech synthesis adapter
  • Loading branch information
gunthercox committed Mar 18, 2016
2 parents 1b2ba18 + 5bfe93c commit 12e3c85
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 56 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.

26 changes: 0 additions & 26 deletions tests/io_adapter_tests/test_tts.py

This file was deleted.

0 comments on commit 12e3c85

Please sign in to comment.