Wwise SDK 2023.1.8
|
External sources conversion. 특정 프로젝트에 대해 외부 음원 파일을 변환합니다. 선택 사항으로, 추가 WSOURCES를 지정할 수 있습니다. External Sources are a special type of source that you can put in a sound object in Wwise. It indicates that the real sound data will be provided at runtime. While external source conversion can be triggered by SoundBank generation, this operation can be used to process sources not contained in the Wwise Project. Refer to External Source 통합하기.
WwiseConsole convert-external-source "C:\MyProject\MyProject.wproj"
현재 프로젝트 설정을 사용하는 모든 플랫폼에 대해 MyProject.wproj의 외부 음원을 변환합니다.
PROJECT
해당 프로젝트 파일(.wproj)의 경로.
--no-wwise-dat
Disables writing to hidden 'wwise.dat' files when converting audio files. This is useful when calling from a build tool that already handles file dependencies, as it allows multiple instances of Wwise to convert to the same directory simultaneously, without conflicting. Note that this option does not prevent the reading of existing hidden 'wwise.dat' files.
--output PLATFORM PATH
--output PLATFORM1 PATH1 --output PLATFORM2 PATH2 ...
--output PATH
Allows you to follow this option with a platform, and a path to an output directory to override the output directory of this platform. 이 옵션을 다른 플랫폼에 대해서도 반복합니다. If only an output directory is specified, sources for all platforms are generated in that directory.
--platform PLATFORM
--platform PLATFORM1 PLATFORM2 ...
--platform PLATFORM1 --platform PLATFORM2 ...
Specifies for which platforms the sources are converted using the project settings. 이 옵션 후에는 반드시 플랫폼 식별자가 있어야 합니다.
--quiet
오류를 일으키지 않은 모든 콘솔 텍스트 출력을 비활성화합니다.
--source-by-platform PLATFORM FILE
--source-by-platform PLATFORM1 FILE1 --source-by-platform PLATFORM2 FILE2 ...
Specifies the WSOURCES files to use by platform. 특정 플랫폼이 지정된 경우, 이 플랫폼의 프로젝트 설정에서 WSOURCES 파일을 오버라이드합니다. 특별히 지정된 내용이 없는 플랫폼의 경우, 프로젝트 설정을 사용합니다. Specify the platform first, then the WSOURCES files to use for this platform. 각 플랫폼과 WSOURCES 파일에 대해 해당 작업을 반복합니다.
--source-file FILE
--source-file FILE1 FILE2 ...
Specifies the WSOURCES files to use. 이 WSOURCES 파일은 모든 플랫폼에 사용됩니다.
--verbose
추가 콘솔 문자 출력을 활성화합니다.
WwiseConsole.exe 종료 코드 0은 성공을 뜻하고, 1은 최소 한 개의 오류(경고)가 발생했다는 뜻이며, 2는 경고만 발생했다는 뜻입니다.
Wwise Console에 대한 더 자세한 정보는 명령줄 사용하기 를 참고하세요.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요