C# Class mml2vgm.EncAdpcmA

Datei anzeigen Open project: kuma4649/mml2vgm Class Usage Examples

Public Methods

Method Description
EncAdpcmA ( ) : System
YM_ADPCM_A_Encode ( byte buffer, bool is16bit ) : byte[]
YM_ADPCM_B_Encode ( byte buffer, bool is16bit ) : byte[]

Private Methods

Method Description
YM2610_ADPCM_A_Decode ( byte code ) : short
YM2610_ADPCM_A_Encode ( short sample ) : byte
jedi_table_init ( ) : void

Method Details

EncAdpcmA() public method

public EncAdpcmA ( ) : System
return System

YM_ADPCM_A_Encode() public method

public YM_ADPCM_A_Encode ( byte buffer, bool is16bit ) : byte[]
buffer byte
is16bit bool
return byte[]

YM_ADPCM_B_Encode() public method

public YM_ADPCM_B_Encode ( byte buffer, bool is16bit ) : byte[]
buffer byte
is16bit bool
return byte[]