-
Notifications
You must be signed in to change notification settings - Fork 119
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
Can't get Lasp deviceselector example working as build on Mac M1 #46
Comments
I'm not sure if this is the right place to put this, but I am having a similar problem. I think I know why LASP isn't working on M1 and ARM devices in general, but would appreciate some confirmation from Keijiro. LASP has a dependency, libsoundio, which according to its system requirements, only works on devices with Intel Architecture. The M1 runs on ARM architecture, therefore libsoundio won't work. And if I am correct, this is what is causing LASP to not work. Is this correct, or should LASP actually be working on the M1, and I am doing something wrong? |
Lasp 2.1.4 and later support Apple silicon. https://github.com/keijiro/Lasp/releases/tag/2.1.4 |
Based on my testing, this library needs to be built and installed in order to build for Apple Silicon. https://github.com/keijiro/libsoundio It is not needed to run the finished app though. It is only needed for building. |
I found an issue with the plugin |
I'm closing this issue now. Please reopen it if it still reproduces. |
Thanks @keijiro for the great plugin as always! :) I am still having issues to get it working in a build on an M1 Max w/ Unity 2021.3.13, but editor works fine. In the build, I can select the device but there is no signal, |
@aleannox Does it reproduce with the sample project in this repository? |
@keijiro Good point, I can build the sample project with 2021.3.13 and it works. With my other project I don't even get the macOS question to allow the built app to use the microphone. Do you have an idea which components of my project could be in conflict with Lasp or libsoundio? Thanks! |
@keijiro OK I found the solution. If I enter something in the player settings / Mac configuration / Microphone usage description then it works. :) Thanks! |
Hi there,
I'm sort of new to Unity so apologies if this is a silly mistake but I can't get the deviceselector example to work on my Mac M1 as a build. It works in the Unity editor if I hit play (I'm using a guitar signal to control some animations and have checked it).
I would love to get the build to work so I can use Lasp with multiple screens in my performance.
Here is a video to show..
Untitled.mp4
Thanks for making an awesome package though! Exactly what I need
Isaac
The text was updated successfully, but these errors were encountered: