1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-02-17 11:55:35 +02:00

small fixes

This commit is contained in:
MarkParker5 2021-07-06 01:21:31 +03:00
parent 9e8e4cf970
commit 9f147ada14
2 changed files with 3 additions and 4 deletions

View File

@ -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):

View File

@ -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