Questions et réponses de la communauté

Bienvenue sur le forum de questions et réponses d'Audiokinetic, propulsé par la communauté. C'est l'endroit où les utilisateurs de Wwise et Strata s'entraident. Pour obtenir une aide directe de notre équipe, veuillez utiliser la page « Tickets de soutien ». Pour signaler un bug, utilisez l'option Bug Report dans l'Audiokinetic Launcher. (Veuillez noter que les rapports de bug soumis au forum questions-réponses seront rejetés. L'utilisation de notre système de rapport de bug dédié garantit que votre rapport est vu par les bonnes personnes et a les meilleures chances d'être corrigé.)

Pour obtenir rapidement les meilleures réponses, suivez ces conseils lorsque vous posez une question :

  • Soyez précis : qu'essayez-vous de réaliser ou quel est le problème spécifique que vous rencontrez ?
  • Pensez à inclure les détails importants : incluez des détails tels que les versions de Wwise et du moteur de jeu, le système d'exploitation, etc.
  • Expliquez ce que vous avez essayé de faire : indiquez aux autres les mesures que vous avez déjà prises pour essayer de résoudre le problème.
  • Concentrez-vous sur les faits : décrivez les aspects techniques de votre problème. Se concentrer sur le problème aide les autres personnes à trouver rapidement une solution.

+2 votes
Hi!

I am following the Wwise 301 Lesson 4 "Posting Audio Input" and when I create the Sound SFX and assign the Wwise Audio input to it, Wwise crashes. I think it could be because I am working on Mac OS, and I am not being able to grant Wwise permission to the computer's microphone...I am not figuring out how to add Wwise (or perhaps Wine64) as a permitted app under the "Privacy" section on the System Preferences, since there appear automatically the apps that requested access to the mic (no way to add them manually) and this one is not showing...

I had to remove the SFX from the code to be able to run the WAG project cause it was freezing on load.

Have anyone had the same issue?

Thanks!!
dans General Discussion par Cecilia Ines G. (160 points)
reclassée par Samuel L. (Audiokinetic)
I also have a Mac and same problem
Hello!
It's 2024 now and the issue still persists!
I've tried all the mentioned workarounds and reinstalled different versions of Wwise - nothing helps so far.
Please, could anyone help me out because my project really depends on this feature?
Wwise 2023.1.5
Mac OS Ventura 13.2.1

Thank you!

1 Réponse

+2 votes
 
Meilleure réponse

EDIT: An underlying issue resulting from launching Wwise with a project directly from the Launcher causes the Audio Input to crash Wwise on macOS. Until this issue is resolved, the workaround is to launch Wwise directly from the Wwise tab in the Launcher or from Finder by double-clicking on Wwise.app. 

The privacy settings for Microphone must be requested by the application. I can confirm this behavior works as intended in 2019.1.11, which is the version used for the 301 course.

If you are on a multi-account machine, make sure the permission is not granted on another user's account and that your user account has the permission to modify the privacy settings.
You can try resetting the microphone permissions globally by running the following command in Terminal.app:

tccutil reset Microphone

The applications list in the Privacy panel for the Microphone permission should be empty following that command. Try reopening Wwise and adding the Audio Input plug-in again: the popup should prompt you to allow the Microphone.
If this is still not working, you can try to reset the permissions of the other accounts on your machine.

par Samuel L. (Audiokinetic) (23.6k points)
sélectionné par Samuel L. (Audiokinetic)
Thanks for the answer Samuel.
While trying to fix this issue I discovered that if I try the same task on another new Wwise project, it works, and so I could grant Wwise the mic permission finally. But the WAG session unfortunately is still freezing when I assign "Wwise Audio Input" to an SFX object.. :( (I am working on Wwise 2019.1.11.7296)
It is strange it would work in a clean project, but not in the WAG project. We will do some investigation on our side, thanks for the details.
We have been able to reproduce the issue. I have found a workaround that should unblock you: open Wwise.app directly either from the Wwise tab in the Launcher or by double-clicking the application in Finder and open the project from the Project Launcher dialog.

The issue appears to lie in the way Wwise is launched with arguments from the Launcher. Can you confirm the workaround works on your side?
Hi Samuel,
Yes, it worked! Thank you!! :)
...