Method | Description | |
---|---|---|
Audio2Ogg ( string sourcePath, string destinationPath, int qualityFactor, int sampleRate ) : void |
Convert audio file to ogg
|
|
Dds2Png ( string sourcePath, string destinationPath = null ) : void | ||
ExtractZip ( string sourcePath, string destinationPath, bool overwriteExisting = true, bool runInBackground = true ) : void | ||
InjectZip ( string sourcePath, string destinationPath, bool recurseDir = false, bool filesOnly = false ) : void | ||
Ogg2Preview ( string sourcePath, string destinationPath, long msLength = 30000, long msStart = 4000 ) : void | ||
Ogg2Wav ( string sourcePath, string destinationPath ) : void | ||
Png2Dds ( string sourcePath, string destinationPath, int xSize, int ySize ) : void | ||
PngFlipX ( string sourcePath ) : void | ||
PngFlipY ( string sourcePath ) : void | ||
Preview2Wav ( string sourcePath ) : void | ||
RepackPsarc ( string sourcePath, string destinationPath, string targetPlatform ) : void | ||
UnpackPsarc ( string sourcePath, string destinationPath, string targetPlatform ) : void | ||
VerifyExternalApps ( ) : void | ||
Wav2Ogg ( string sourcePath, string destinationPath, int qualityFactor ) : void | ||
Wav2Wem ( string wwiseCLIPath, string wwiseTemplateDir ) : void |
public static Audio2Ogg ( string sourcePath, string destinationPath, int qualityFactor, int sampleRate ) : void | ||
sourcePath | string | RAW Audio, WAV, AIFF, FLAC, OGG |
destinationPath | string | OGG |
qualityFactor | int | 0 (low) to 10 (high) |
sampleRate | int | (Hz), defaults to same sample rate as source if not specified |
return | void |
public static Dds2Png ( string sourcePath, string destinationPath = null ) : void | ||
sourcePath | string | |
destinationPath | string | |
return | void |
public static ExtractZip ( string sourcePath, string destinationPath, bool overwriteExisting = true, bool runInBackground = true ) : void | ||
sourcePath | string | |
destinationPath | string | |
overwriteExisting | bool | |
runInBackground | bool | |
return | void |
public static InjectZip ( string sourcePath, string destinationPath, bool recurseDir = false, bool filesOnly = false ) : void | ||
sourcePath | string | |
destinationPath | string | |
recurseDir | bool | |
filesOnly | bool | |
return | void |
public static Ogg2Preview ( string sourcePath, string destinationPath, long msLength = 30000, long msStart = 4000 ) : void | ||
sourcePath | string | |
destinationPath | string | |
msLength | long | |
msStart | long | |
return | void |
public static Ogg2Wav ( string sourcePath, string destinationPath ) : void | ||
sourcePath | string | |
destinationPath | string | |
return | void |
public static Png2Dds ( string sourcePath, string destinationPath, int xSize, int ySize ) : void | ||
sourcePath | string | |
destinationPath | string | |
xSize | int | |
ySize | int | |
return | void |
public static PngFlipX ( string sourcePath ) : void | ||
sourcePath | string | |
return | void |
public static PngFlipY ( string sourcePath ) : void | ||
sourcePath | string | |
return | void |
public static Preview2Wav ( string sourcePath ) : void | ||
sourcePath | string | |
return | void |
public static RepackPsarc ( string sourcePath, string destinationPath, string targetPlatform ) : void | ||
sourcePath | string | |
destinationPath | string | |
targetPlatform | string | |
return | void |
public static UnpackPsarc ( string sourcePath, string destinationPath, string targetPlatform ) : void | ||
sourcePath | string | |
destinationPath | string | |
targetPlatform | string | |
return | void |
public static Wav2Ogg ( string sourcePath, string destinationPath, int qualityFactor ) : void | ||
sourcePath | string | |
destinationPath | string | |
qualityFactor | int | |
return | void |
public static Wav2Wem ( string wwiseCLIPath, string wwiseTemplateDir ) : void | ||
wwiseCLIPath | string | |
wwiseTemplateDir | string | |
return | void |