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

Remove unnecessary logging and added python file for python processing #1735

Closed
wants to merge 1 commit into from

Conversation

contractorwolf
Copy link
Contributor

I am using this whisper.cpp library for ultra fast processing using apple silicon (my M1 Macbook). I couldnt find a great way to do it until I found this library. The other Python usages didnt seem to allow for much customization and I wanted to run the main with limited logging messages, so I created this branch. This just adds a simple wrapper for calling the main, to run it you can just do this from the command line:

>python stt_wav.py "./wake_word_detected16k.wav"

(if the file is at the root)

feedback appreciated

@ggerganov
Copy link
Owner

This is a better way to do it: #1740

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

Successfully merging this pull request may close these issues.

2 participants