C# Class RocksmithToolkitLib.Extensions.ExternalApps

Mostrar archivo Open project: rscustom/rocksmith-custom-song-toolkit

Public Methods

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

Method Details

Audio2Ogg() public static method

Convert audio file to ogg
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

Dds2Png() public static method

public static Dds2Png ( string sourcePath, string destinationPath = null ) : void
sourcePath string
destinationPath string
return void

ExtractZip() public static method

public static ExtractZip ( string sourcePath, string destinationPath, bool overwriteExisting = true, bool runInBackground = true ) : void
sourcePath string
destinationPath string
overwriteExisting bool
runInBackground bool
return void

InjectZip() public static method

public static InjectZip ( string sourcePath, string destinationPath, bool recurseDir = false, bool filesOnly = false ) : void
sourcePath string
destinationPath string
recurseDir bool
filesOnly bool
return void

Ogg2Preview() public static method

public static Ogg2Preview ( string sourcePath, string destinationPath, long msLength = 30000, long msStart = 4000 ) : void
sourcePath string
destinationPath string
msLength long
msStart long
return void

Ogg2Wav() public static method

public static Ogg2Wav ( string sourcePath, string destinationPath ) : void
sourcePath string
destinationPath string
return void

Png2Dds() public static method

public static Png2Dds ( string sourcePath, string destinationPath, int xSize, int ySize ) : void
sourcePath string
destinationPath string
xSize int
ySize int
return void

PngFlipX() public static method

public static PngFlipX ( string sourcePath ) : void
sourcePath string
return void

PngFlipY() public static method

public static PngFlipY ( string sourcePath ) : void
sourcePath string
return void

Preview2Wav() public static method

public static Preview2Wav ( string sourcePath ) : void
sourcePath string
return void

RepackPsarc() public static method

public static RepackPsarc ( string sourcePath, string destinationPath, string targetPlatform ) : void
sourcePath string
destinationPath string
targetPlatform string
return void

UnpackPsarc() public static method

public static UnpackPsarc ( string sourcePath, string destinationPath, string targetPlatform ) : void
sourcePath string
destinationPath string
targetPlatform string
return void

VerifyExternalApps() public static method

public static VerifyExternalApps ( ) : void
return void

Wav2Ogg() public static method

public static Wav2Ogg ( string sourcePath, string destinationPath, int qualityFactor ) : void
sourcePath string
destinationPath string
qualityFactor int
return void

Wav2Wem() public static method

public static Wav2Wem ( string wwiseCLIPath, string wwiseTemplateDir ) : void
wwiseCLIPath string
wwiseTemplateDir string
return void