nikkie
nikkie
修正ありがとうございます。 このIssueを閉じられるかなと「問題のある箇所」のURLを確認しましたが、まだ反映されていないようです
As @Enhex mentioned (Thanks! ❤️), * version 3.8.1 was released in 2017 * version 3.8.1 does not include `recognize_vosk` method * This method was added at https://github.com/Uberi/speech_recognition/pull/513 on 2020 For...
@nshmyrev Thanks! Actually, I misunderstood the project's metadata and was not able to install like `pip install SomeProject@git+https://git.repo/[email protected]` https://pip.pypa.io/en/stable/cli/pip_install/#examples (example 5) Your comment gave me suggestions and helped me realize...
This library has been uploading source distributions to PyPI from version 3.9.0. https://pypi.org/project/SpeechRecognition/3.9.0/#files
@chenrui333 FYI Thanks for your reminder
Thanks @baskaryan
@jacs121 I want to help to resolve this reported issue. Could you add details following to the issue template? It will likely take us a solution.
Thanks for this pull request. Sorry for late response. It works: ``` pip install -e . pip install openai ``` ```python >>> import speech_recognition as sr >>> recognizer = sr.Recognizer()...
@herrjemand Thanks a lot. I have renamed the variable names in the code to align with the name in the OpenAI's documentation. https://platform.openai.com/docs/guides/speech-to-text/transcriptions
Thanks. But merged #729