HenestrosaDev / audiotext

A desktop application that transcribes audio from files, microphone input or YouTube videos with the option to translate the content and create subtitles.
Other
112 stars 10 forks source link

Unable to run the executable in GNU/Linux #6

Open Yaco opened 1 year ago

Yaco commented 1 year ago

Hi! It seems to be some problem with GNU/Linux executable. I am running ArchLinux. I tried audiotext-v1.2.2-unix.zip and audiotext-v1.2.0-unix.zip

In both cases, when I run ./audiotext I get the error cannot execute binary file

I did:

file audiotext
audiotext: Mach-O 64-bit arm64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE>

So it seems that the provided binary is compiled only for macOS. Can you provide a Linux compatible binary?

HenestrosaDev commented 1 year ago

Hi!

Sure, I'll compile it in a VM as soon as I finish the #5 issue.

Thank you for the feedback.