diff --git a/Libraries/FileHandler/utk/read_utk.h b/Libraries/FileHandler/utk/read_utk.h index 6ec8cc1..a1e1e75 100644 --- a/Libraries/FileHandler/utk/read_utk.h +++ b/Libraries/FileHandler/utk/read_utk.h @@ -38,8 +38,8 @@ typedef struct { int UseLattice; unsigned NoiseFloor; float FixedCodebook[64]; /* Fixed codebook gain matrix */ - float ImpulseTrain[12]; /* Impulse train matrix */ - float R[12]; /* Autocorrelation coefficient matrix */ + float ImpulseTrain[12]; /* Impulse train matrix */ + float R[12]; /* Autocorrelation coefficient matrix */ float Delay[324]; float DecompressedBlock[432]; } utkparams_t;