change structure

This commit is contained in:
chrys87 2016-07-08 13:28:05 +02:00 committed by GitHub
parent 9b421ea534
commit 7602e92415

View File

@ -27,6 +27,9 @@ class speech():
self._sd.cancel()
return True
def setCallback(self, callback)
pass
def clear_buffer(self):
if not self._isInitialized:
return False