phandasm / waveform

Audio spectral analysis plugin for OBS
https://obsproject.com/forum/resources/waveform.1423/
GNU General Public License v3.0
525 stars 37 forks source link

Works on Arm64 Mac #13

Closed Froxcey closed 2 years ago

Froxcey commented 2 years ago

I have an arm Mac, and I tested the OBS plugin. On the release page, it says it's x64 only, but it works perfectly fine on my machine. It's smooth, and everything works.

Screenshot 2022-05-20 at 12 08 20 PM (2)

phandasm commented 2 years ago

The M1 macs have emulation for running x86 software on ARM CPUs (google M1 rosetta 2). This is almost guaranteed to impact performance and Apple may eventually drop support for rosetta (or make it optional) so I don't want to claim to support ARM until a native build is available.

kilinbox commented 2 years ago

I was able to build arm64 with the following command.

cmake -DLibObs_ROOT="../obs-studio" -DDISABLE_X86_SIMD=ON -DBUILTIN_FFTW=ON -DCMAKE_OSX_ARCHITECTURES=arm64 -B build . cmake --build build --config Release

Thanks Screen-Shot .

phandasm commented 2 years ago

Native ARM builds now provided as of 1.4.0