diff --git a/scripts/transcribe_from_file_via_rust_server.py b/scripts/transcribe_from_file_via_rust_server.py index e808a4c..d3af0f4 100644 --- a/scripts/transcribe_from_file_via_rust_server.py +++ b/scripts/transcribe_from_file_via_rust_server.py @@ -17,7 +17,6 @@ import sphn import websockets SAMPLE_RATE = 24000 -TARGET_CHANNELS = 1 # Mono FRAME_SIZE = 1920 # Send data in chunks HEADERS = {"kyutai-api-key": "open_token"}