C# Class RocksmithToolkitLib.DLCPackage.SoundBankGenerator

RS1 SoundBank(.BNK) generator class
Afficher le fichier Open project: rscustom/rocksmith-custom-song-toolkit

Méthodes publiques

Méthode Description
GenerateSoundBank ( string soundbankName, Stream audioStream, Stream outStream, float volume, System.Platform platform ) : string
GetOffsets ( this platform ) : IList

Private Methods

Méthode Description
HashString ( String str ) : uint

Method Details

GenerateSoundBank() public static méthode

public static GenerateSoundBank ( string soundbankName, Stream audioStream, Stream outStream, float volume, System.Platform platform ) : string
soundbankName string
audioStream Stream
outStream Stream
volume float
platform System.Platform
Résultat string

GetOffsets() public static méthode

public static GetOffsets ( this platform ) : IList
platform this
Résultat IList