Skip to content

Commit 871c943

Browse files
singalsulgirdwood
authored andcommitted
Audio: SRC: Tune: Add to coefficients generator 64 kHz rate
This patch adds to coefficients generator script sof_src_ipc4.m the conversions for 8 - 192 kHz to 64 kHz rate. It has been missing previously. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent ccc2b74 commit 871c943

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

src/audio/src/tune/sof_src_ipc4_int32.m

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
% 1 1 2 2 3 4 4 6 8 9 7 9
1313
% 8 1 6 2 4 2 4 8 4 8 6 6 2
1414
%
15-
1 0 1 0 1 1 1 1 0 1 1 1 1 % 8
16-
1 0 1 0 1 1 1 1 0 1 1 1 0 % 11
17-
1 0 1 0 1 1 1 1 0 1 1 1 1 % 12
18-
1 0 1 0 1 1 1 1 0 1 1 1 1 % 16
15+
1 0 1 0 1 1 1 1 1 1 1 1 1 % 8
16+
1 0 1 0 1 1 1 1 1 1 1 1 0 % 11
17+
1 0 1 0 1 1 1 1 1 1 1 1 1 % 12
18+
1 0 1 0 1 1 1 1 1 1 1 1 1 % 16
1919
0 0 0 0 1 0 1 1 0 0 0 0 0 % 18.9
20-
1 0 1 0 1 1 1 1 0 1 1 1 1 % 22.05
21-
1 0 1 0 1 1 1 1 0 1 1 1 1 % 24
22-
1 0 1 0 1 1 1 1 0 1 1 1 1 % 32
20+
1 0 1 0 1 1 1 1 1 1 1 1 1 % 22.05
21+
1 0 1 0 1 1 1 1 1 1 1 1 1 % 24
22+
1 0 1 0 1 1 1 1 1 1 1 1 1 % 32
2323
0 0 0 0 0 0 1 1 0 1 1 0 0 % 37.8
24-
1 0 1 0 1 1 1 1 0 1 1 1 1 % 44.1
25-
1 1 1 1 1 1 1 1 0 1 1 1 1 % 48
26-
1 0 1 0 1 1 1 1 0 1 1 1 1 % 64
27-
1 0 1 0 1 1 1 1 0 1 1 1 1 % 88.2
28-
1 1 1 1 1 1 1 1 0 1 1 1 1 % 96
29-
1 0 1 0 1 1 1 1 0 1 1 1 1 % 176.4
30-
1 0 1 0 1 1 1 1 0 1 1 1 1 % 192
24+
1 0 1 0 1 1 1 1 1 1 1 1 1 % 44.1
25+
1 1 1 1 1 1 1 1 1 1 1 1 1 % 48
26+
1 0 1 0 1 1 1 1 1 1 1 1 1 % 64
27+
1 0 1 0 1 1 1 1 1 1 1 1 1 % 88.2
28+
1 1 1 1 1 1 1 1 1 1 1 1 1 % 96
29+
1 0 1 0 1 1 1 1 1 1 1 1 1 % 176.4
30+
1 0 1 0 1 1 1 1 1 1 1 1 1 % 192
3131
];
3232

3333
cfg.ctype = 'int32';

0 commit comments

Comments
 (0)