diglet48 / restim

MIT License
36 stars 6 forks source link

Improve audio device selection #2

Closed diglet48 closed 1 year ago

diglet48 commented 1 year ago

There are a few issues:

If you want lower latency now, use:

audiogenerationwidget.py

PREFERRED_HOST_API = WDMKS
PREFERRED_LATENCY = 'low'     # 'low', 'high' or a float
diglet48 commented 1 year ago

Implemented in fd3a005