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

Minor bugs #4

Open
henningzakrisson opened this issue Aug 22, 2024 · 0 comments
Open

Minor bugs #4

henningzakrisson opened this issue Aug 22, 2024 · 0 comments

Comments

@henningzakrisson
Copy link

Hi! I found this by accident and have tried it out for my TTRPG campaign - great work! I however had to edit quite a bit of code to get it to run locally on my Macbook Air M1. Here are some examples:

image Here, I get an error because it is trying to run `.strip()` on `None`. So I guess the key exists in the config, but it isn't filled in, causing the default value 'ogg' not to be used. image For me this created a file path that is double - the `audio_file` is already the full path so the join is not required.

I also had to manually change
cuda to cpu in the recognize input because even if I say y to the prompt in the beginning, it will try to run it over cuda and fail.

Figured you might be interested in hearing this so I wanted to share. Thanks once again for the package!

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

1 participant