1dct: 2 config1_f32: 3 melFilters: 20 4 dctOutputs: 13 5 type: "f32" 6 7 config1_q31: 8 melFilters: 20 9 dctOutputs: 13 10 type: "q31" 11 12 config1_q15: 13 melFilters: 20 14 dctOutputs: 13 15 type: "q15" 16 17melfilter: 18 config1_f32: 19 fftlength: 1024 20 fmin: 64 21 fmax: 8000 22 samplingRate : 16000 23 melFilters: 20 24 type: "f32" 25 26 config1_q31: 27 fftlength: 1024 28 fmin: 64 29 fmax: 8000 30 samplingRate : 16000 31 melFilters: 20 32 type: "q31" 33 34 config1_q15: 35 fftlength: 1024 36 fmin: 64 37 fmax: 8000 38 samplingRate : 16000 39 melFilters: 20 40 type: "q15" 41 42 config2_f32: 43 fftlength: 512 44 fmin: 64 45 fmax: 8000 46 samplingRate : 16000 47 melFilters: 20 48 type: "f32" 49 50 config2_q31: 51 fftlength: 512 52 fmin: 64 53 fmax: 8000 54 samplingRate : 16000 55 melFilters: 20 56 type: "q31" 57 58 config2_q15: 59 fftlength: 512 60 fmin: 64 61 fmax: 8000 62 samplingRate : 16000 63 melFilters: 20 64 type: "q15" 65 66 config3_f32 : 67 fftlength: 256 68 fmin: 64 69 fmax: 8000 70 samplingRate : 16000 71 melFilters: 20 72 type: "f32" 73 74 config3_q31 : 75 fftlength: 256 76 fmin: 64 77 fmax: 8000 78 samplingRate : 16000 79 melFilters: 20 80 type: "q31" 81 82 config3_q15 : 83 fftlength: 256 84 fmin: 64 85 fmax: 8000 86 samplingRate : 16000 87 melFilters: 20 88 type: "q15" 89 90window: 91 config1_f32: 92 fftlength: 1024 93 type: "f32" 94 win: "hamming" 95 96 config1_q31: 97 fftlength: 1024 98 type: "q31" 99 win: "hamming" 100 101 config1_q15: 102 fftlength: 1024 103 type: "q15" 104 win: "hamming" 105 106 config2_f32: 107 fftlength: 512 108 type: "f32" 109 win: "hamming" 110 111 config2_q31: 112 fftlength: 512 113 type: "q31" 114 win: "hamming" 115 116 config2_q15: 117 fftlength: 512 118 type: "q15" 119 win: "hamming" 120 121 config3_f32: 122 fftlength: 256 123 type: "f32" 124 win: "hamming" 125 126 config3_q31: 127 fftlength: 256 128 type: "q31" 129 win: "hamming" 130 131 config3_q15: 132 fftlength: 256 133 type: "q15" 134 win: "hamming" 135