added import json
parent
9287807a3d
commit
98399fc62e
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue