C# 클래스 RocksmithToolkitLib.Extensions.ExternalApps

파일 보기 프로젝트 열기: rscustom/rocksmith-custom-song-toolkit

공개 메소드들

메소드 설명
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

메소드 상세

Audio2Ogg() 공개 정적인 메소드

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
리턴 void

Dds2Png() 공개 정적인 메소드

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

ExtractZip() 공개 정적인 메소드

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

InjectZip() 공개 정적인 메소드

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

Ogg2Preview() 공개 정적인 메소드

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

Ogg2Wav() 공개 정적인 메소드

public static Ogg2Wav ( string sourcePath, string destinationPath ) : void
sourcePath string
destinationPath string
리턴 void

Png2Dds() 공개 정적인 메소드

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

PngFlipX() 공개 정적인 메소드

public static PngFlipX ( string sourcePath ) : void
sourcePath string
리턴 void

PngFlipY() 공개 정적인 메소드

public static PngFlipY ( string sourcePath ) : void
sourcePath string
리턴 void

Preview2Wav() 공개 정적인 메소드

public static Preview2Wav ( string sourcePath ) : void
sourcePath string
리턴 void

RepackPsarc() 공개 정적인 메소드

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

UnpackPsarc() 공개 정적인 메소드

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

VerifyExternalApps() 공개 정적인 메소드

public static VerifyExternalApps ( ) : void
리턴 void

Wav2Ogg() 공개 정적인 메소드

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

Wav2Wem() 공개 정적인 메소드

public static Wav2Wem ( string wwiseCLIPath, string wwiseTemplateDir ) : void
wwiseCLIPath string
wwiseTemplateDir string
리턴 void