dodany ruff

This commit is contained in:
Rafał Paluch 2025-01-20 22:41:45 +01:00
parent 92901ef364
commit 7102273d9d
2 changed files with 3 additions and 1 deletions

View File

@ -2,3 +2,5 @@ vosk
sounddevice sounddevice
pyperclip pyperclip
pyautogui pyautogui
ruff

View File

@ -8,7 +8,7 @@ import tkinter as tk
from threading import Thread from threading import Thread
# Ścieżka do modelu # Ścieżka do modelu
model_path = "/home/pali112/vosk/vosk-model-small-pl-0.22" model_path = "./vosk-model-small-pl-0.22"
model = Model(model_path) model = Model(model_path)
recognizer = KaldiRecognizer(model, 16000) recognizer = KaldiRecognizer(model, 16000)