Ben Hearn

Results 18 comments of Ben Hearn

I had suspected at first it was a PyInstaller issue due to the traceback that the error I posted actually triggers but I jave never had to package the vlc...

So it appears the universal2 flag wont work for my OS, however I am running 10.14.6 Mojave which according to some digging through the folliwing PyInstaller issue could be why...

Thats strange as python 3.9.1 started shipping universal2 bundles and as of 3.10.1 it is universal2 by default. However, a lot of issues floating around the web make mention of...

A requirement to play audio is to have VLC installed on the system as per your comment above with regards to fixed system pathing for the VLC libraries. My app...

Ok, could a signed certificate solve this problem or are we stuck for now building on an M1 for M1 machines?

Unfortunately the M1 machine has presented issues in other libraries I use for my software so I have not been able to actually build this on an M1 to test...

Fair point. The recursive directories I am glad you guys like though

No I did not. I ended up using FFMPEG to write and FFPROBE to read the wav file metadata in the end