C# 클래스 RocksmithToolkitLib.Ogg.Wwise

파일 보기 프로젝트 열기: rscustom/rocksmith-custom-song-toolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Convert2Wem ( string wavSourcePath, string destinationPath, int audioQuality ) : void

Covert Wav to Wem using WwiseCLI.exe for faster conversion, source path should be wav file

ExtractTemplate ( string packedTemplatePath ) : void
GetWwiseFiles ( string destinationPath, string wwiseTemplateDir ) : void
GetWwisePath ( ) : string
LoadWwiseTemplate ( string sourcePath, int audioQuality, string wwisePath ) : string

메소드 상세

Convert2Wem() 공개 정적인 메소드

Covert Wav to Wem using WwiseCLI.exe for faster conversion, source path should be wav file
public static Convert2Wem ( string wavSourcePath, string destinationPath, int audioQuality ) : void
wavSourcePath string
destinationPath string
audioQuality int
리턴 void

ExtractTemplate() 공개 정적인 메소드

public static ExtractTemplate ( string packedTemplatePath ) : void
packedTemplatePath string
리턴 void

GetWwiseFiles() 공개 정적인 메소드

public static GetWwiseFiles ( string destinationPath, string wwiseTemplateDir ) : void
destinationPath string
wwiseTemplateDir string
리턴 void

GetWwisePath() 공개 정적인 메소드

public static GetWwisePath ( ) : string
리턴 string

LoadWwiseTemplate() 공개 정적인 메소드

public static LoadWwiseTemplate ( string sourcePath, int audioQuality, string wwisePath ) : string
sourcePath string
audioQuality int
wwisePath string
리턴 string