add client docs

This commit is contained in:
makaveli10
2023-09-25 16:25:20 +05:30
parent 241851f653
commit fad0842571
7 changed files with 190 additions and 4 deletions
+3
View File
@@ -44,6 +44,9 @@ def resample(file: str, sr: int = 16000):
class Client:
"""
Handles audio recording, streaming, and communication with a server using WebSocket.
"""
INSTANCES = {}
def __init__(