-
Notifications
You must be signed in to change notification settings - Fork 13
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
R abort when transcribing #69
Comments
Can you provide the wav file and the code that you use to transcribe. |
I was just using the sample audio file and the example code:
|
You need to show as well the the code and logs of the installation of the audio.whisper package.
Maybe you installed the package with compilation settings which are not applicable to your machine. |
The installation log is rather long but here it is below. Do you see any incompatibilities there?
|
You need to check if your hardware support these compilation flags: |
I am using Intel Core i7-1165G7 machine and my CPU supports the following relevant flags:
For the package installation, I think the relevant flags are:
Then I followed your code in the README:
But I still had the abortion issue. |
What crash exactly are you getting?
|
Maybe try with R 4.1.3 and RTools 4.0 |
You might want to set WHISPER_CFLAGS to "" when installing the package and gradually add more flags to see what is the culprit. |
I encountered an R abort when performing transcription, which I suspect may be related to memory leaks. This issue occurs in versions 0.4.1, 0.4, 0.3.3, 0.3.2, and 0.3.1, but everything works fine with versions 0.3 and 0.2.2. I am running this on a Windows system. Below is my sessionInfo():
The text was updated successfully, but these errors were encountered: