Skip to content

Minor bugs #4

@henningzakrisson

Description

@henningzakrisson

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions