removed mic input as the worker threads were causing high cpu and it's not reliable anyway fixes #12

This commit is contained in:
Dave Griffiths
2022-09-24 17:49:27 +01:00
parent 4e36c92923
commit b6dcb229d5
5 changed files with 67 additions and 27 deletions

View File

@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>samplebrain 0.18</string>
<string>samplebrain 0.18.1</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout_4">
@@ -867,6 +867,9 @@
</item>
<item>
<widget class="QCheckBox" name="mic">
<property name="enabled">
<bool>false</bool>
</property>
<property name="font">
<font>
<family>Comic Sans MS</family>
@@ -875,6 +878,9 @@
<property name="text">
<string>use mic input</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>