Remove unused variable

This commit is contained in:
Václav Volhejn 2025-06-25 19:08:52 +02:00
parent 3e4384492e
commit 9ba717e547

View File

@ -17,7 +17,6 @@ import sphn
import websockets import websockets
SAMPLE_RATE = 24000 SAMPLE_RATE = 24000
TARGET_CHANNELS = 1 # Mono
FRAME_SIZE = 1920 # Send data in chunks FRAME_SIZE = 1920 # Send data in chunks
HEADERS = {"kyutai-api-key": "open_token"} HEADERS = {"kyutai-api-key": "open_token"}