Uh oh!
There was an error while loading. Please reload this page.
test-case: check-alsabat.sh: Lower the threshold for detecting tones - #991
Conversation
Uh oh!
There was an error while loading. Please reload this page.
afeb0ae to
66417b9Comparemarc-hb
commented
Dec 20, 2022
suspend/resume failure in https://sof-ci.01.org/softestpr/PR991/build110/devicetest/index.html is unrelated, other tests are passing. |
The default parameter sigma k is 3.0 when omitted from command line. This patch drops the threshold to half with 1.5 to better detect distortion in playback. Alsabat judges spectral components above the threshold as sine frequencies. This change should increase the probability fail a test to avoid green failures to happen. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
66417b9 to
4c8a02aComparesingalsu
commented
Dec 21, 2022
Removed now revert to 997 Hz. |
singalsu
commented
Dec 21, 2022
Ready, the two fails look unrelated. |
marc-hb
commented
Dec 21, 2022
I don't know whether https://sof-ci.01.org/softestpr/PR991/build119/devicetest/index.html?model=TGLU_UP_HDA_IPC4ZPH&testcase=check-alsabat-headset-playback is related or not but it's in the same test so let's not merge this yet Also spotted by @plbossart in https://sof-ci.01.org/linuxpr/PR4101/build2529/devicetest/index.html?model=TGLU_UP_HDA_IPC4ZPH&testcase=check-alsabat-headset-playback on a different device of the same model |
keqiaozhang
commented
Dec 23, 2022
It's not related, #992 can fix it. |
keqiaozhang
commented
Dec 23, 2022
I tested this PR with #992, the results are as expected: |
marc-hb
commented
Mar 13, 2023
SOFCI TEST |
marc-hb
commented
Mar 13, 2023
Only suspend/resume failure that this test does not change: merging |
@fredoh9 confirmed in internal issue 379 that reverting this makes some tests pass/green fail again. |
fredoh9
commented
Mar 14, 2023
Not sure why 821 Hz only fails with this fix. If the change affects the test results directly, let's not merge the change until everything is under control. |

The default parameter sigma k is 3.0 when omitted from command line. This patch drops the threshold to half with 1.5 to better detect distortion in playback. Alsabat judges spectral components above the threshold as sine frequencies.
This change should increase the probability fail a test to avoid green failures to happen.
Signed-off-by: Seppo Ingalsuo seppo.ingalsuo@linux.intel.com