Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recognize-from-file.py #21

Open
Alfnitacoder opened this issue Oct 3, 2020 · 1 comment
Open

recognize-from-file.py #21

Alfnitacoder opened this issue Oct 3, 2020 · 1 comment

Comments

@Alfnitacoder
Copy link

not working

original
from libs.reader_microphone import FileReader

song = None
seconds = 5

r = FileReader(123)
r.recognize(seconds=seconds)

print(song)

is going to be ?????

from libs.reader_file import FileReader

song = None
seconds = 5

r = FileReader(123)
#r.recognize(s=5)

print(song)

@chrowe
Copy link

chrowe commented Oct 12, 2020

Seems like this is the same issue as #2 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants