Property | Type | Description |
---|
Method | Description | |
---|---|---|
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 |
public static Convert2Wem ( string wavSourcePath, string destinationPath, int audioQuality ) : void | ||
wavSourcePath | string | |
destinationPath | string | |
audioQuality | int | |
return | void |
public static ExtractTemplate ( string packedTemplatePath ) : void | ||
packedTemplatePath | string | |
return | void |
public static GetWwiseFiles ( string destinationPath, string wwiseTemplateDir ) : void | ||
destinationPath | string | |
wwiseTemplateDir | string | |
return | void |
public static LoadWwiseTemplate ( string sourcePath, int audioQuality, string wwisePath ) : string | ||
sourcePath | string | |
audioQuality | int | |
wwisePath | string | |
return | string |