Uh oh!
There was an error while loading. Please reload this page.
Audio: SRC: Add conversions from 8 - 192 kHz to 64 kHz - #10130
Conversation
If a non-supported conversion is requested the sizes to allocate and copy are zero. This addition prints a more descriptive error for the situation. Without this change the next null check printed more confusing error "failed to allocate coefficients". Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
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>
This patch adds the header files with coefficients for supported new rate conversions from 8 - 192 kHz to 64 kHz. Only the headers with changed coefficients values are included. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
singalsu
commented
Jul 22, 2025
@lgirdwood I added new coefficients into the latest push. To minimize the changes I had to use another computer to generate with Matlab the coefficients since they were previously generated with it. With Octave with other FIR tool in practice all coefficients would have changed. |
singalsu
commented
Jul 22, 2025
Test results for new conversions with testbench and I'll change this to non-draft. |
golowanow
left a comment
There was a problem hiding this comment.
this change resolves a problem we've observed at 64 kHz rate set on a PCM
lgirdwood
commented
Jul 23, 2025
SOFCI TEST |
singalsu
commented
Jul 23, 2025
Excellent, thanks for testing it! |
Uh oh!
There was an error while loading. Please reload this page.
No description provided.