Skip to content

Commit

Permalink
Fix 11 labs + kitt
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil committed Feb 7, 2024
1 parent 81b34a3 commit 22bed9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ async def _run(self, max_retry: int) -> None:
else:
text = await self._queue.get()

print("NEIL got here", text)

if not started:
self._event_queue.put_nowait(
tts.SynthesisEvent(type=tts.SynthesisEventType.STARTED)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit 22bed9d

Please sign in to comment.