Vivek Uppal

Results 40 comments of Vivek Uppal

Very similar to https://github.com/SevaSk/ecoute/issues/101 See the last comment

This request is implemented in the fork https://github.com/vivekuppal/transcribe It allows the use of tiny, base, small models as long as the models have been downloaded to the appropriate location.

@rogerswitch I have implemented a simple implementation for this request in my fork https://github.com/vivekuppal/transcribe. It would be great if you can try it out and we can continue the conversation...

@loganbaba111 you can attempt to try out https://github.com/vivekuppal/transcribe It is fork of this repo, has the same functionality as in ecoute and some enhancements. I believe I had this issue...

The issue you are encountering is in the file `custom_speech_recognition\__init__.py` in the class `class Microphone(AudioSource):` in the method ``` def __enter__(self): assert self.stream is None, "This audio source is already...

You can attempt to try out https://github.com/vivekuppal/transcribe It is fork of this repo, has the same functionality as in ecoute and some enhancements. I believe I had this issue and...

@DawgZter is there a way to contact https://github.com/vi7 the author of the above fork. I am running into an issue when attempting to add MacOS support to transcribe. Please use...

Addressed in PR #226

Primary issue is to ensure that either pyAudio or PyAudioWPatch is able to capture sound from speakers on Mac.