juanmc2005 / diart

A python package to build AI-powered real-time audio applications

Home Page:https://diart.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[joss][ux][minor] Catch `KeyboardInterrupt` in `diart.stream`

sneakers-the-rat opened this issue · comments

The diart.stream method seems to work well! when I exit with ctrl+c though it just crashes out - would be nice to add a try: ... except KeyboardInterrupt: here:

related to: openjournals/joss-reviews#5266

Implemented in #183