added import json

master
Jake Wilkinson 2025-11-09 22:19:04 +08:00
parent 9287807a3d
commit 98399fc62e
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ import threading
import sounddevice as sd
import queue
import json
from vosk import Model, KaldiRecognizer
package_name = 'voice_to_text_node'