Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes
Unlike on Windows, none of the following commands could open a project from CLI

 

open -a /Applications/Audiokinetic/Wwise_version/Wwise.app /path/to/myproj/myproj.wproj

/Applications/Audiokinetic/Wwise_version/Wwise.app/Contents/MacOS/Wwise2019 /path/to/myproj/myproj.wproj

 

Or using the pseudo-WIndows paths

open -a /Applications/Audiokinetic/Wwise_version/Wwise.app Z:\\path\\to\\myproj\\myproj.wproj

/Applications/Audiokinetic/Wwise_version/Wwise.app/Contents/MacOS/Wwise2019 Z:\\path\\to\\myproj\\myproj.wproj

 

Does this feature exist on macOS?
in Feature Requests by Saul G. (290 points)

1 Answer

0 votes
 
Best answer
Alright, I found it myself.

On macOS, we should use

/Applications/Audiokinetic/Wwise_2021.1.1.7601/Wwise.app/Contents/Tools/WwiseOpenProject.sh z:\\Users\me\\path\\to\\wwise_proj\\wwise_proj.wproj
by Saul G. (290 points)
selected by Samuel L. (Audiokinetic)
...