HenestrosaDev
HenestrosaDev
1. Does the program transcribe the entire file? 2. As for the splitting part, it's indeed due to the lack of an aligment model for the language.
2. WhisperX doesn't have a built-in alignment model for Swedish. However, I'd have to take a look into the possibility of adding alignment models for those languages that are not...
As a temporary fix, try to do the following: 1. Open the `audiotext-v2.3.0` folder. 2. Open this file: `_internal` > `whisperx` > `aligment.py` 3. Add the following line below the...
Okay, it seems I'll have to take a deeper look into this. I'll keep the issue open until I find a way to solve it.
This is an interesting feature that I'd have to thoroughly explore to see how it could be implemented in Audiotext. Thanks for the suggestion!
I can't answer either because, as I said, I need to thoroughly see how to implement it. Also, I would like to build the MacOS and Linux executables before tackling...
This is just a heads up that I'm currently working on this feature. It will be available in version 2.3.1.
It seems that the `pkgutil.ImpImporter` class has been removed in Python 3.12. Can you run the following commands in the virtualenv? ```bash pip install --upgrade setuptools python -m ensurepip --upgrade...
Can you try running `python -m pip install -r requirements.txt`?
Did you take into account the second bullet point in the [Notes](https://github.com/HenestrosaDev/audiotext?tab=readme-ov-file#notes) section of the README? If not, please follow the instructions and tell me if this solved your issue.