namespace Ryujinx.Audio.ADPCM { struct Info { public short History1; public short History2; public short[] Coefficients; } }