audio: pts: spk_post_processing bringup
Flag: TEST_ONLY Bug: 343634539 Test: ABTD Change-Id: I1f784cb5f62618cdd82aa2c62a4490e9f102541f Signed-off-by: HW Lee <hwlee@google.com>
This commit is contained in:
parent
4c19c4d602
commit
7b28b1ef2a
3 changed files with 38 additions and 1 deletions
|
@ -91,7 +91,8 @@ PRODUCT_PACKAGES_DEBUG += \
|
|||
template.xml \
|
||||
tuning_constraints_combination.xml \
|
||||
test_config.ini \
|
||||
test_preset.mps
|
||||
test_preset.mps \
|
||||
speaker_post_processing_volume_spec.xml
|
||||
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
# Mixer Path Configuration for Audio Speaker Calibration Tool crus_sp_cal
|
||||
|
|
|
@ -240,6 +240,12 @@ prebuilt_etc {
|
|||
soc_specific: true,
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "speaker_post_processing_volume_spec.xml",
|
||||
src: "pts/speaker_post_processing_volume_spec.xml",
|
||||
defaults: ["aoc_defaults"],
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "test_config.ini",
|
||||
src: "waves/tests/test_config.ini",
|
||||
|
|
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0" ?>
|
||||
<xml>
|
||||
<spec>
|
||||
<vol step="1">-56.154594,-57.110912</vol>
|
||||
<vol step="2">-53.155884,-54.127373</vol>
|
||||
<vol step="3">-49.756584,-50.737946</vol>
|
||||
<vol step="4">-46.936535,-47.922485</vol>
|
||||
<vol step="5">-43.24405,-44.23973</vol>
|
||||
<vol step="6">-39.813145,-40.822468</vol>
|
||||
<vol step="7">-36.94418,-37.96505</vol>
|
||||
<vol step="8">-34.103817,-35.12746</vol>
|
||||
<vol step="9">-32.26378,-33.29418</vol>
|
||||
<vol step="10">-30.093319,-31.127796</vol>
|
||||
<vol step="11">-27.625238,-28.658443</vol>
|
||||
<vol step="12">-25.123178,-26.156292</vol>
|
||||
<vol step="13">-23.122547,-24.157629</vol>
|
||||
<vol step="14">-21.27267,-22.309628</vol>
|
||||
<vol step="15">-19.260181,-20.323017</vol>
|
||||
<vol step="16">-17.789768,-18.920961</vol>
|
||||
<vol step="17">-16.70663,-17.944777</vol>
|
||||
<vol step="18">-15.632062,-16.883278</vol>
|
||||
<vol step="19">-14.59099,-15.903705</vol>
|
||||
<vol step="20">-13.215048,-14.563754</vol>
|
||||
<vol step="21">-12.320514,-13.758759</vol>
|
||||
<vol step="22">-11.425067,-12.607503</vol>
|
||||
<vol step="23">-10.545513,-11.783849</vol>
|
||||
<vol step="24">-9.59371,-10.908389</vol>
|
||||
<vol step="25">-8.927933,-10.219385</vol>
|
||||
</spec>
|
||||
</xml>
|
Loading…
Add table
Add a link
Reference in a new issue