Skip to content

Commit 3a99ce7

Browse files
authored
Update client.py
Now lists speakers on startup
1 parent 1a29599 commit 3a99ce7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def blocker() -> None:
104104
target: tuple[str, int] = CONFIG["networking"]["server_ip"], CONFIG["networking"]["server_port"]
105105

106106
audio.list_microphones(True)
107+
audio.list_speakers(True)
107108

108109
connector = Client(target)
109110
recorder = Recorder()

0 commit comments

Comments
 (0)