menu
 

Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

0 투표
Hello, I am the C++ engineer looking to upgrade our Wwise version from 2014.1.3 to version 2021.1.9

I got all the C++ code written and tried to load our existing sound banks and received an error of AK_WrongBankVersion

is there a command line too i could use to upgrade our existing files to the latest version?

if not, is there a command line tool i could use to take the original source sound bank files and reexport them into the latest version?

Thank you.
General Discussion Peter W. (110 포인트) 로 부터

1 답변

–1 투표
The Soundbank files themselves are not upgradable to a newer version. It is not possible to upgrade a soundbank from an old version to a new version. You need to migrate the Wwise Project (WPROJ+WWU) first and them regenerate the SoundBanks in the new version. Make sure you read the Migration notes between versions to make sure any API change is covered in your migration steps.
Bernard R. (Audiokinetic) (35.8k 포인트) 로 부터
Yes im looking for a script to open the old project file and auto save it to the new bank format.
...