mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-02-17 11:55:35 +02:00
small fixes
This commit is contained in:
parent
9e8e4cf970
commit
9f147ada14
@ -1,8 +1,8 @@
|
||||
import speech_recognition as sr
|
||||
import config
|
||||
|
||||
r = sr.Recognizer()
|
||||
m = sr.Microphone(device_index=config.device_index)
|
||||
#r = sr.Recognizer()
|
||||
#m = sr.Microphone(device_index=config.device_index)
|
||||
|
||||
class SpeechToText:
|
||||
def __init__(this, device = config.device_index, language = config.language_code):
|
||||
|
@ -1,5 +1,4 @@
|
||||
from Command import Command # import parent class
|
||||
from Command import Response
|
||||
from Command import Command, Response # import parent class
|
||||
import urllib.request
|
||||
import xlrd
|
||||
import xlwt
|
||||
|
Loading…
x
Reference in New Issue
Block a user