C# Class RocksmithToolkitLib.DLCPackage.SoundBankGenerator

RS1 SoundBank(.BNK) generator class
显示文件 Open project: rscustom/rocksmith-custom-song-toolkit

Public Methods

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

Private Methods

Method Description
HashString ( String str ) : uint

Method Details

GenerateSoundBank() public static method

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
return string

GetOffsets() public static method

public static GetOffsets ( this platform ) : IList
platform this
return IList