Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tools: Testbench: Fix ibs/obs calculation #9616

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

singalsu
Copy link
Collaborator

The previous ibs and obs calculate was wrong but it appeared to work since not many components use it. The issue was seen with Aria. Since the ibs depends on audio frame format and number of frames in period, the testbench parameter period_size is changed to period_frames to calculate ibs and obs in component setup.

This fix is a workaround until parsing ibs/obs from topology is done to testbench.

The previous ibs and obs calculate was wrong but it appeared to
work since not many components use it. The issue was seen with
Aria. Since the ibs depends on audio frame format and number of
frames in period, the testbench parameter period_size is changed
to period_frames to calculate ibs and obs in component setup.

This fix is a workaround until parsing ibs/obs from topology is
done to testbench.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
@singalsu singalsu marked this pull request as ready for review October 24, 2024 16:38
@kv2019i kv2019i merged commit aa2a02c into thesofproject:main Oct 28, 2024
43 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants