Skip to content

Commit

Permalink
reassigning
Browse files Browse the repository at this point in the history
  • Loading branch information
Novecento99 committed Jul 30, 2024
1 parent fb2a2b9 commit 8090793
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions src/soundMonitorGUI.py → src/soundMonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@
# bug when closing application DONE
# max value monitoring
# automatic gain
# possibility to run custom script


class micMonitorWindow(QMainWindow):
def __init__(self):
super().__init__()
self.widget = QWidget()

self.setWindowTitle("microphone guardian - by Novecento99")
self.setGeometry(500,120,200,120)
self.setWindowTitle("Microphone Guardian - by Novecento99")
self.setGeometry(500,120,300,280)

self.masterGrid = QGridLayout()
self.inputDevices = [device for device in sd.query_devices() if (device["max_input_channels"] > 0)]
Expand Down
File renamed without changes.

0 comments on commit 8090793

Please sign in to comment.