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 speech_recognition as sr
|
||||||
import config
|
import config
|
||||||
|
|
||||||
r = sr.Recognizer()
|
#r = sr.Recognizer()
|
||||||
m = sr.Microphone(device_index=config.device_index)
|
#m = sr.Microphone(device_index=config.device_index)
|
||||||
|
|
||||||
class SpeechToText:
|
class SpeechToText:
|
||||||
def __init__(this, device = config.device_index, language = config.language_code):
|
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 Command, Response # import parent class
|
||||||
from Command import Response
|
|
||||||
import urllib.request
|
import urllib.request
|
||||||
import xlrd
|
import xlrd
|
||||||
import xlwt
|
import xlwt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user