Wwise SDK 2024.1.0
|
Converts the external sources files for the project as detailed in the wsources file, and places them into either the default folder, or the folder specified by the output argument. External Source는 Wwise에서 Sound 오브젝트에 넣을 수 있는 특별한 타입의 음원입니다. 이는, 실제 사운드 데이터가 런타임에 제공될 것을 의미합니다. External Source 변환은 SoundBank 생성에 의해서도 트리거되지만, 음원이 Wwise Project에 포함되지 않도록 처리할 때 이 작업을 사용할 수 있습니다. Wwise SDK 문서에서 "External Source 통합하기" 페이지를 참고하세요.
이름 | 타입 | 설명 |
---|---|---|
sources * | array | An array of external sources files and corrisponding arguments. |
sources [...] | object | An external sources file and its arguments. |
sources[...].input * | string | The path to the wsources file. |
sources[...].platform * | any of: | The platform to convert external sources for. |
string | 오브젝트의 이름을 말합니다. | |
string | 해당 형식의 오브젝트 GUID: {aabbcc00-1122-3344-5566-77889900aabb}. | |
sources[...].output | string | Optional argument for the path of the output folder to be generated.The default path is WwiseProject/.cache/ExternalSources/Platform. |
(필수 *)
Wwise Authoring API에 대한 더 자세한 정보는 Wwise Authoring API (WAAPI, Wwise 저작 API) 사용하기 를 참고하세요.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요