Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit db555dc

Browse files
Update Voice Calculator
Changes restored
1 parent 2022bc1 commit db555dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Voice Calculator/voiceCalc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ def _takeCommand():
3131
r = sr.Recognizer()
3232
with sr.Microphone() as source:
3333
print("Listening....")
34-
34+
audio("Listning...")
3535
r.pause_threshold = 2
3636
r.energy_threshold = 3000
3737
audio = r.listen(source)
3838

3939
try:
4040
print("Recognizing...")
41-
41+
audio("Recognizing...")
4242
query = r.recognize_google(audio, language='en-In')
4343
print(query)
4444

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /