audio: update telephony tables
Bug: 312637435 Test: see the bug Change-Id: Ib87b9f76945ad2cfb404c9ca7d9fe530bb7c515a Signed-off-by: juyuchen <juyuchen@google.com>
This commit is contained in:
parent
a09c396923
commit
15057b9f48
17 changed files with 60437 additions and 34367 deletions
|
@ -39,35 +39,35 @@ SPK_FIRMWARE_FULL_PATH := device/google/comet/audio/$(SPK_FIRMWARE_PATH)
|
|||
PRODUCT_COPY_FILES += $(call copy-files,$(wildcard $(SPK_FIRMWARE_FULL_PATH)/*),$(TARGET_COPY_OUT_VENDOR)/firmware)
|
||||
|
||||
# Audio tuning
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/bluenote/recording.gatf:$(TARGET_COPY_OUT_VENDOR)/etc/aoc/recording.gatf \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/fortemedia/BLUETOOTH.dat:$(TARGET_COPY_OUT_VENDOR)/etc/aoc/BLUETOOTH.dat \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/fortemedia/HANDSFREE.dat:$(TARGET_COPY_OUT_VENDOR)/etc/aoc/HANDSFREE.dat \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/fortemedia/HANDSET.dat:$(TARGET_COPY_OUT_VENDOR)/etc/aoc/HANDSET.dat \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/fortemedia/HEADSET.dat:$(TARGET_COPY_OUT_VENDOR)/etc/aoc/HEADSET.dat \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/fortemedia/mcps.dat:$(TARGET_COPY_OUT_VENDOR)/etc/aoc/mcps.dat \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/waves/waves_config.ini:$(TARGET_COPY_OUT_VENDOR)/etc/waves_config.ini \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/waves/waves_preset.mps:$(TARGET_COPY_OUT_VENDOR)/etc/waves_preset.mps
|
||||
PRODUCT_SOONG_NAMESPACES += device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning
|
||||
PRODUCT_PACKAGES += \
|
||||
recording.gatf \
|
||||
BLUETOOTH.dat \
|
||||
HANDSFREE.dat \
|
||||
HANDSET.dat \
|
||||
HEADSET.dat \
|
||||
mcps.dat \
|
||||
waves_config.ini \
|
||||
waves_preset.mps \
|
||||
compens_spk_l_1.conf \
|
||||
compens_spk_l_2.conf \
|
||||
compens_spk_r_1.conf \
|
||||
compens_spk_r_2.conf
|
||||
|
||||
# userdebug specific
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
BLUETOOTH.mods \
|
||||
HANDSFREE.mods \
|
||||
HANDSET.mods \
|
||||
HEADSET.mods \
|
||||
template.xml \
|
||||
tuning_constraints_combination.xml \
|
||||
test_config.ini \
|
||||
test_preset.mps
|
||||
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/fortemedia/BLUETOOTH.mods:$(TARGET_COPY_OUT_VENDOR)/etc/aoc/BLUETOOTH.mods \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/fortemedia/HANDSFREE.mods:$(TARGET_COPY_OUT_VENDOR)/etc/aoc/HANDSFREE.mods \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/fortemedia/HANDSET.mods:$(TARGET_COPY_OUT_VENDOR)/etc/aoc/HANDSET.mods \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/fortemedia/HEADSET.mods:$(TARGET_COPY_OUT_VENDOR)/etc/aoc/HEADSET.mods
|
||||
|
||||
#Bluenote files
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/bluenote/template.xml:$(TARGET_COPY_OUT_VENDOR)/etc/aoc/template.xml \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/bluenote/tuning_constraints_combination.xml:$(TARGET_COPY_OUT_VENDOR)/etc/aoc/tuning_constraints_combination.xml
|
||||
|
||||
# Mixer Path Configuration for Audio Speaker Calibration Tool crus_sp_cal
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/cs35l41/crus_sp_cal_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/crus_sp_cal_mixer_paths.xml
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/waves/tests/test_config.ini:$(TARGET_COPY_OUT_VENDOR)/etc/test_config.ini \
|
||||
device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning/waves/tests/test_preset.mps:$(TARGET_COPY_OUT_VENDOR)/etc/test_preset.mps
|
||||
|
||||
endif
|
||||
|
|
|
@ -297,9 +297,10 @@
|
|||
<module libname="audio_spk_35l41.so" argu="AcousticShockProtection"/>
|
||||
<module libname="audio_waves_aoc.so" argu="Sink=SPK:1"/>
|
||||
<module libname="audio_cca_aoc.so" argu="UnsupportBands=48000 ExSharedBands=48000 VoIPMode=Dl"/>
|
||||
<module libname="audio_fortemedia_aoc.so" argu="DL_CH=y VoIP_DLCHs=SPK:2,USB:2 VoIP_Rate=32000 SHARED_MODULE=1130578253"/>
|
||||
<module libname="audio_fortemedia_aoc.so" argu="MCPS_TABLE=y DL_CH=y VoIP_DLCHs=SPK:2,USB:2 VoIP_Rate=32000 SHARED_MODULE=1130578253"/>
|
||||
<module libname="liboffloadeffect.so"/>
|
||||
<module libname="audio_amcs_ext.so"/>
|
||||
<module libname="audio_bluenote_aoc.so"/>
|
||||
<module libname="audio_compensation_aoc.so" argu="HingeAngle:0,20|LeftChannel:compens_spk_l_1.conf|RightChannel:compens_spk_r_1.conf HingeAngle:21,180|LeftChannel:compens_spk_l_2.conf|RightChannel:compens_spk_r_2.conf"/>
|
||||
</external_module>
|
||||
</audio_platform_configuration>
|
||||
|
|
|
@ -655,12 +655,13 @@
|
|||
<path name="voice-handset">
|
||||
<ctl name="Boost Peak Current Limit" value="3.50A"/>
|
||||
<ctl name="PCM Source" value="ASP"/>
|
||||
<ctl name="AMP PCM Gain" value="7"/>
|
||||
<ctl name="AMP PCM Gain" value="12"/>
|
||||
<ctl name="Main AMP Enable Switch" value="1"/>
|
||||
</path>
|
||||
|
||||
<path name="voice-hac">
|
||||
<path name="voice-handset"/>
|
||||
<ctl name="AMP PCM Gain" value="5"/>
|
||||
</path>
|
||||
|
||||
<path name="voice-hac-handset">
|
||||
|
@ -686,6 +687,8 @@
|
|||
<ctl name="Boost Peak Current Limit" value="3.50A"/>
|
||||
<ctl name="ASPTX1 Slot Position" value="1"/>
|
||||
<ctl name="R ASPTX1 Slot Position" value="0"/>
|
||||
<ctl name="Digital PCM Volume" value="833"/>
|
||||
<ctl name="R Digital PCM Volume" value="833"/>
|
||||
<!--<ctl name="R DSP RX2 Source" value="ASPRX2"/>-->
|
||||
<ctl name="R Main AMP Enable Switch" value="1"/>
|
||||
<ctl name="Main AMP Enable Switch" value="1"/>
|
||||
|
|
129
audio/comet/tuning/Android.bp
Normal file
129
audio/comet/tuning/Android.bp
Normal file
|
@ -0,0 +1,129 @@
|
|||
//
|
||||
// Copyright (C) 2023 The Android Open-Source Project
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
soong_namespace {}
|
||||
package {
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "device_google_caimito_license"
|
||||
// to get the below license kinds:
|
||||
// SPDX-license-identifier-Apache-2.0
|
||||
default_applicable_licenses: ["device_google_comet_license"],
|
||||
}
|
||||
prebuilt_defaults {
|
||||
name: "aoc_defaults",
|
||||
soc_specific: true,
|
||||
sub_dir: "aoc",
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "recording.gatf",
|
||||
src: "bluenote/recording.gatf",
|
||||
defaults: ["aoc_defaults"],
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "template.xml",
|
||||
src: "bluenote/template.xml",
|
||||
defaults: ["aoc_defaults"],
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "tuning_constraints_combination.xml",
|
||||
src: "bluenote/tuning_constraints_combination.xml",
|
||||
defaults: ["aoc_defaults"],
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "compens_spk_l_1.conf",
|
||||
src: "compensation/compens_spk_l_1.conf",
|
||||
soc_specific: true,
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "compens_spk_l_2.conf",
|
||||
src: "compensation/compens_spk_l_2.conf",
|
||||
soc_specific: true,
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "compens_spk_r_1.conf",
|
||||
src: "compensation/compens_spk_r_1.conf",
|
||||
soc_specific: true,
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "compens_spk_r_2.conf",
|
||||
src: "compensation/compens_spk_r_2.conf",
|
||||
soc_specific: true,
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "BLUETOOTH.dat",
|
||||
src: "fortemedia/BLUETOOTH.dat",
|
||||
defaults: ["aoc_defaults"],
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "BLUETOOTH.mods",
|
||||
src: "fortemedia/BLUETOOTH.mods",
|
||||
defaults: ["aoc_defaults"],
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "HANDSFREE.dat",
|
||||
src: "fortemedia/HANDSFREE.dat",
|
||||
defaults: ["aoc_defaults"],
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "HANDSFREE.mods",
|
||||
src: "fortemedia/HANDSFREE.mods",
|
||||
defaults: ["aoc_defaults"],
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "HANDSET.dat",
|
||||
src: "fortemedia/HANDSET.dat",
|
||||
defaults: ["aoc_defaults"],
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "HANDSET.mods",
|
||||
src: "fortemedia/HANDSET.mods",
|
||||
defaults: ["aoc_defaults"],
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "HEADSET.dat",
|
||||
src: "fortemedia/HEADSET.dat",
|
||||
defaults: ["aoc_defaults"],
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "HEADSET.mods",
|
||||
src: "fortemedia/HEADSET.mods",
|
||||
defaults: ["aoc_defaults"],
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "mcps.dat",
|
||||
src: "fortemedia/mcps.dat",
|
||||
defaults: ["aoc_defaults"],
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "waves_config.ini",
|
||||
src: "waves/waves_config.ini",
|
||||
soc_specific: true,
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "waves_preset.mps",
|
||||
src: "waves/waves_preset.mps",
|
||||
soc_specific: true,
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "test_config.ini",
|
||||
src: "waves/tests/test_config.ini",
|
||||
soc_specific: true,
|
||||
}
|
||||
prebuilt_etc {
|
||||
name: "test_preset.mps",
|
||||
src: "waves/tests/test_preset.mps",
|
||||
soc_specific: true,
|
||||
}
|
||||
|
257
audio/comet/tuning/compensation/compens_spk_l_1.conf
Normal file
257
audio/comet/tuning/compensation/compens_spk_l_1.conf
Normal file
|
@ -0,0 +1,257 @@
|
|||
0.000000014901161,0.000000000000000
|
||||
-0.110261298716068,0.046125099062920
|
||||
0.011138893663883,0.216177582740784
|
||||
0.189631402492523,0.290163338184357
|
||||
0.629650115966797,0.085063353180885
|
||||
0.495462715625763,-0.600250542163849
|
||||
-0.166582942008972,-0.752234339714050
|
||||
-0.675331950187683,-0.309410989284515
|
||||
-0.540854811668396,0.350100815296173
|
||||
-0.011176507920027,0.546708166599274
|
||||
0.431356340646744,0.276118993759155
|
||||
0.425366818904877,-0.211567133665085
|
||||
0.072430521249771,-0.463142156600952
|
||||
-0.383769661188126,-0.290320903062820
|
||||
-0.369665592908859,0.215620324015617
|
||||
0.032651722431183,0.377382516860962
|
||||
0.386415451765060,0.101545147597790
|
||||
0.178443700075150,-0.379434823989868
|
||||
-0.339886695146561,-0.222460642457008
|
||||
-0.243120640516281,0.321249336004257
|
||||
0.357944577932358,0.225950121879578
|
||||
0.163092017173767,-0.400056868791580
|
||||
-0.397721081972122,-0.073273852467537
|
||||
0.016049791127443,0.372418880462646
|
||||
0.352952718734741,-0.095334120094776
|
||||
-0.170377790927887,-0.314465701580048
|
||||
-0.232148140668869,0.239960804581642
|
||||
0.291002154350281,0.131089672446251
|
||||
0.036211255937815,-0.313939511775970
|
||||
-0.306557893753052,0.068909414112568
|
||||
0.190437674522400,0.261383116245270
|
||||
0.167980879545212,-0.285145401954651
|
||||
-0.313009321689606,-0.035385217517614
|
||||
0.102389000356197,0.282436847686768
|
||||
0.211969763040543,-0.210995391011238
|
||||
-0.273727715015411,-0.097721137106419
|
||||
0.047240626066923,0.281797111034393
|
||||
0.227448940277100,-0.169386401772499
|
||||
-0.227499186992645,-0.120197936892509
|
||||
0.004677027463913,0.231069803237915
|
||||
0.199955672025681,-0.108613736927509
|
||||
-0.173170506954193,-0.129805803298950
|
||||
-0.026874177157879,0.195334658026695
|
||||
0.175723046064377,-0.066858924925327
|
||||
-0.118803471326828,-0.123413309454918
|
||||
-0.058304190635681,0.141911387443542
|
||||
0.156395792961121,-0.005547106266022
|
||||
-0.068853884935379,-0.149551257491112
|
||||
-0.103467926383018,0.129103869199753
|
||||
0.167095035314560,0.031554628163576
|
||||
-0.041693866252899,-0.164692372083664
|
||||
-0.124613970518112,0.109787642955780
|
||||
0.166834592819214,0.060398522764444
|
||||
-0.020274989306927,-0.188037067651749
|
||||
-0.155065745115280,0.107509121298790
|
||||
0.176352500915527,0.080841839313507
|
||||
-0.010641589760780,-0.199917852878571
|
||||
-0.170527353882790,0.106424719095230
|
||||
0.188968956470490,0.097533077001572
|
||||
-0.005635887384415,-0.225142732262611
|
||||
-0.194260746240616,0.118872687220573
|
||||
0.209539890289307,0.109208375215530
|
||||
-0.005086742341518,-0.245893031358719
|
||||
-0.214815199375153,0.131201654672623
|
||||
0.241962745785713,0.120585456490517
|
||||
-0.022014565765858,-0.290696889162064
|
||||
-0.243866294622421,0.180682212114334
|
||||
0.301974892616272,0.111298769712448
|
||||
-0.066739104688168,-0.333277046680450
|
||||
-0.252839237451553,0.242171958088875
|
||||
0.358938157558441,0.079404279589653
|
||||
-0.135399207472801,-0.361267477273941
|
||||
-0.231979995965958,0.319235503673553
|
||||
0.402844518423080,0.015322238206863
|
||||
-0.210994049906731,-0.353504806756973
|
||||
-0.188604667782784,0.376653224229813
|
||||
0.431049048900604,-0.042011469602585
|
||||
-0.274508863687515,-0.346660614013672
|
||||
-0.137996792793274,0.434210121631622
|
||||
0.452512264251709,-0.129307359457016
|
||||
-0.363941013813019,-0.309073418378830
|
||||
-0.053770557045937,0.486061960458755
|
||||
0.449989795684814,-0.223760589957237
|
||||
-0.438545256853104,-0.258561074733734
|
||||
0.030166491866112,0.524224996566772
|
||||
0.436915338039398,-0.322181075811386
|
||||
-0.523886024951935,-0.182597011327744
|
||||
0.159261494874954,0.562978863716125
|
||||
0.400259256362915,-0.461668252944946
|
||||
-0.610352694988251,-0.063569396734238
|
||||
0.325010538101196,0.547157764434814
|
||||
0.283877044916153,-0.596650004386902
|
||||
-0.640424013137817,0.096542388200760
|
||||
0.457851350307465,0.458364963531494
|
||||
0.127662524580956,-0.661857545375824
|
||||
-0.629348695278168,0.252486139535904
|
||||
0.567741453647614,0.369768857955933
|
||||
-0.027034342288971,-0.695485115051270
|
||||
-0.562626123428345,0.420045197010040
|
||||
0.662898600101471,0.206635713577271
|
||||
-0.233234286308289,-0.660907506942749
|
||||
-0.410742849111557,0.584953427314758
|
||||
0.713865041732788,0.000403255224228
|
||||
-0.420631915330887,-0.569288253784180
|
||||
-0.206848591566086,0.688611865043640
|
||||
0.691578149795532,-0.231242001056671
|
||||
-0.581362247467041,-0.429564744234085
|
||||
-0.014547601342201,0.725577116012573
|
||||
0.620432078838348,-0.397336661815643
|
||||
-0.674560725688934,-0.298474669456482
|
||||
0.136027336120605,0.731789052486420
|
||||
0.537619471549988,-0.531087219715118
|
||||
-0.743577659130096,-0.143293723464012
|
||||
0.309693932533264,0.697952210903168
|
||||
0.409594297409058,-0.650160372257233
|
||||
-0.762451946735382,0.025775000452995
|
||||
0.459563791751862,0.619572460651398
|
||||
0.266775369644165,-0.735803365707397
|
||||
-0.751218557357788,0.189941138029099
|
||||
0.591541171073914,0.498504757881165
|
||||
0.066498607397079,-0.776788651943207
|
||||
-0.666256189346313,0.393325030803680
|
||||
0.714178383350372,0.306379586458206
|
||||
-0.161660462617874,-0.770587027072906
|
||||
-0.533396005630493,0.567624211311340
|
||||
0.766807854175568,0.090560257434845
|
||||
-0.386923909187317,-0.680961012840271
|
||||
-0.331149816513062,0.714985609054565
|
||||
0.766768634319305,-0.155920550227165
|
||||
-0.587864756584167,-0.520249605178833
|
||||
-0.069401741027832,0.785284042358398
|
||||
0.665292441844940,-0.410237371921539
|
||||
-0.731578111648560,-0.283842056989670
|
||||
0.195261925458908,0.770810425281525
|
||||
0.516156017780304,-0.586498379707336
|
||||
-0.760458707809448,-0.071462169289589
|
||||
0.390105813741684,0.670637667179108
|
||||
0.349034845829010,-0.700865626335144
|
||||
-0.759615540504456,0.096228644251823
|
||||
0.496798157691956,0.556835889816284
|
||||
0.177973121404648,-0.688634216785431
|
||||
-0.605169534683228,0.213338747620583
|
||||
0.442757070064545,0.323841273784637
|
||||
0.015939317643642,-0.433375567197800
|
||||
-0.259663879871368,0.167964264750481
|
||||
0.188313633203506,0.073958843946457
|
||||
-0.025053933262825,-0.113869443535805
|
||||
-0.038940668106079,0.042715117335320
|
||||
0.029605299234390,0.005322277545929
|
||||
-0.001759752631187,-0.014836400747299
|
||||
-0.002951294183731,0.004781495779753
|
||||
0.005558744072914,-0.002765327692032
|
||||
-0.000500075519085,-0.000712782144547
|
||||
0.002914734184742,-0.002333119511604
|
||||
0.000113502144814,-0.000018566846848
|
||||
0.002827327698469,-0.002563557121903
|
||||
-0.000003479421139,0.000013172626495
|
||||
0.002726428210735,-0.002425417304039
|
||||
-0.000001117587090,-0.000000931322575
|
||||
0.002626717090607,-0.002313613891602
|
||||
0.000000178813934,-0.000000059604645
|
||||
0.002556949853897,-0.002209246158600
|
||||
-0.000000044703484,-0.000000037252903
|
||||
0.002504654228687,-0.002110973000526
|
||||
-0.000000007450581,0.000000000000000
|
||||
0.002464901655912,-0.002019485924393
|
||||
-0.000000014901161,0.000000029802322
|
||||
0.002434246242046,-0.001934185624123
|
||||
-0.000000029802322,-0.000000014901161
|
||||
0.002410199493170,-0.001854494214058
|
||||
0.000000000000000,0.000000011175871
|
||||
0.002391129732132,-0.001779863610864
|
||||
0.000000014901161,-0.000000014901161
|
||||
0.002376012504101,-0.001709543168545
|
||||
0.000000029802322,-0.000000014901161
|
||||
0.002363726496696,-0.001643009483814
|
||||
0.000000014901161,0.000000000000000
|
||||
0.002353832125664,-0.001579798758030
|
||||
0.000000000000000,-0.000000014901161
|
||||
0.002345688641071,-0.001519657671452
|
||||
0.000000014901161,0.000000014901161
|
||||
0.002339065074921,-0.001462051644921
|
||||
0.000000029802322,-0.000000011175871
|
||||
0.002333525568247,-0.001406773924828
|
||||
0.000000022351742,0.000000000000000
|
||||
0.002328999340534,-0.001353673636913
|
||||
0.000000000000000,-0.000000047963113
|
||||
0.002325240522623,-0.001302334945649
|
||||
-0.000000029802322,-0.000000011175871
|
||||
0.002322129905224,-0.001252647489309
|
||||
-0.000000003725290,0.000000031664968
|
||||
0.002319477498531,-0.001204542815685
|
||||
-0.000000014901161,0.000000018626451
|
||||
0.002317272126675,-0.001157723367214
|
||||
0.000000040978193,-0.000000013038516
|
||||
0.002315498888493,-0.001112218946218
|
||||
-0.000000014901161,-0.000000040978193
|
||||
0.002313923090696,-0.001067820470780
|
||||
0.000000000000000,0.000000003259629
|
||||
0.002312697470188,-0.001024417579174
|
||||
0.000000000000000,0.000000000000000
|
||||
0.002311646938324,-0.000981945544481
|
||||
0.000000007450581,-0.000000003725290
|
||||
0.002310760319233,-0.000940367579460
|
||||
-0.000000022351742,-0.000000011175871
|
||||
0.002310005947948,-0.000899601727724
|
||||
0.000000016763806,0.000000003725290
|
||||
0.002309471368790,-0.000859573483467
|
||||
-0.000000033527613,-0.000000007450581
|
||||
0.002308987081051,-0.000820197165012
|
||||
-0.000000050291419,0.000000026077032
|
||||
0.002308579161763,-0.000781413167715
|
||||
0.000000067055225,0.000000033527613
|
||||
0.002308316528797,-0.000743240118027
|
||||
-0.000000037252903,-0.000000026077032
|
||||
0.002308055758476,-0.000705610960722
|
||||
0.000000000000000,-0.000000022351742
|
||||
0.002307869493961,-0.000668436288834
|
||||
0.000000014901161,0.000000037252903
|
||||
0.002307720482349,-0.000631781294942
|
||||
0.000000011175871,0.000000044703484
|
||||
0.002307653427124,-0.000595472753048
|
||||
0.000000022351742,0.000000009313226
|
||||
0.002307526767254,-0.000559601932764
|
||||
-0.000000014901161,-0.000000018626451
|
||||
0.002307482063770,-0.000524047762156
|
||||
0.000000007450581,-0.000000020489097
|
||||
0.002307474613190,-0.000488825142384
|
||||
0.000000003725290,-0.000000044703484
|
||||
0.002307407557964,-0.000453861430287
|
||||
0.000000074505806,0.000000022351742
|
||||
0.002307444810867,-0.000419229269028
|
||||
0.000000044703484,0.000000022351742
|
||||
0.002307455986738,-0.000384785234928
|
||||
-0.000000027008355,0.000000011175871
|
||||
0.002307422459126,-0.000350572168827
|
||||
0.000000029802322,0.000000000000000
|
||||
0.002307444810867,-0.000316668301821
|
||||
-0.000000007450581,-0.000000017695129
|
||||
0.002307504415512,-0.000282876193523
|
||||
0.000000029802322,0.000000022351742
|
||||
0.002307526767254,-0.000249169766903
|
||||
-0.000000022351742,-0.000000002793968
|
||||
0.002307504415512,-0.000215698033571
|
||||
0.000000014901161,0.000000000000000
|
||||
0.002307586371899,-0.000182352960110
|
||||
0.000000032596290,0.000000011175871
|
||||
0.002307604998350,-0.000149033963680
|
||||
-0.000000029802322,0.000000000000000
|
||||
0.002307593822479,-0.000115826725960
|
||||
0.000000000000000,0.000000029802322
|
||||
0.002307653427124,-0.000082671642303
|
||||
0.000000000000000,0.000000018626451
|
||||
0.002307720482349,-0.000049605965614
|
||||
0.000000007450581,0.000000007450581
|
||||
0.002307631075382,-0.000016525387764
|
||||
-0.000000014901161,0.000000000000000,
|
257
audio/comet/tuning/compensation/compens_spk_l_2.conf
Normal file
257
audio/comet/tuning/compensation/compens_spk_l_2.conf
Normal file
|
@ -0,0 +1,257 @@
|
|||
-0.000000014901161,0.000000000000000
|
||||
-0.118852451443672,0.035284727811813
|
||||
-0.021378502249718,0.203137472271919
|
||||
0.106354638934135,0.320015460252762
|
||||
0.588675320148468,0.253771960735321
|
||||
0.678668498992920,-0.419595003128052
|
||||
0.144724577665329,-0.822610676288605
|
||||
-0.550297379493713,-0.634250044822693
|
||||
-0.725749194622040,0.051392063498497
|
||||
-0.392368972301483,0.513200044631958
|
||||
0.213669657707214,0.636103272438049
|
||||
0.664655268192291,0.101987786591053
|
||||
0.406658768653870,-0.501339316368103
|
||||
-0.207024484872818,-0.590124487876892
|
||||
-0.580185234546661,-0.103561714291573
|
||||
-0.330918550491333,0.456020772457123
|
||||
0.332077622413635,0.462660372257233
|
||||
0.542223989963531,-0.227170333266258
|
||||
-0.126156747341156,-0.593815386295319
|
||||
-0.611501336097717,0.070336431264877
|
||||
0.098191738128662,0.596586346626282
|
||||
0.567065417766571,-0.170630455017090
|
||||
-0.234647512435913,-0.535437822341919
|
||||
-0.495933890342712,0.304687410593033
|
||||
0.413142174482346,0.427284181118011
|
||||
0.303246319293976,-0.528123140335083
|
||||
-0.583924770355225,-0.118494883179665
|
||||
0.089201509952545,0.560868144035339
|
||||
0.486323982477188,-0.263079017400742
|
||||
-0.380770325660706,-0.383811324834824
|
||||
-0.258582234382629,0.462632536888123
|
||||
0.522321403026581,0.109433621168137
|
||||
-0.071305468678474,-0.536303997039795
|
||||
-0.471994698047638,0.283084064722061
|
||||
0.483013510704041,0.319291472434998
|
||||
0.085933044552803,-0.594873547554016
|
||||
-0.568318963050842,0.201391905546188
|
||||
0.468896687030792,0.406926721334457
|
||||
0.143715351819992,-0.605485081672668
|
||||
-0.545634329319000,0.164252445101738
|
||||
0.417758643627167,0.336428105831146
|
||||
0.093822047114372,-0.518899738788605
|
||||
-0.462218582630157,0.102313950657845
|
||||
0.247481644153595,0.336523354053497
|
||||
0.212231487035751,-0.360447406768799
|
||||
-0.430361568927765,-0.073262512683868
|
||||
0.114069566130638,0.425664275884628
|
||||
0.330703616142273,-0.315281718969345
|
||||
-0.451079070568085,-0.158615753054619
|
||||
0.057545959949493,0.472782403230667
|
||||
0.380472838878632,-0.270953446626663
|
||||
-0.425636947154999,-0.197741329669952
|
||||
0.033134758472443,0.473623871803284
|
||||
0.398533880710602,-0.249929726123810
|
||||
-0.397489488124847,-0.224562779068947
|
||||
-0.002528771758080,0.450471132993698
|
||||
0.400945663452148,-0.213388800621033
|
||||
-0.379053443670273,-0.249170988798141
|
||||
-0.024246081709862,0.460210204124451
|
||||
0.432599782943726,-0.210111543536186
|
||||
-0.391147583723068,-0.292563498020172
|
||||
-0.067794501781464,0.483828723430634
|
||||
0.466809839010239,-0.187671244144440
|
||||
-0.410370796918869,-0.324125587940216
|
||||
-0.072689130902290,0.540136694908142
|
||||
0.528669714927673,-0.221844017505646
|
||||
-0.473734050989151,-0.357256710529327
|
||||
-0.058671966195107,0.609263122081757
|
||||
0.574313402175903,-0.281660914421082
|
||||
-0.554273307323456,-0.352311789989471
|
||||
0.000118260271847,0.664713740348816
|
||||
0.565404415130615,-0.359349340200424
|
||||
-0.601237297058105,-0.278617769479752
|
||||
0.099458813667297,0.657111644744873
|
||||
0.514864385128021,-0.435076594352722
|
||||
-0.623346686363220,-0.210026979446411
|
||||
0.165312528610229,0.629379749298096
|
||||
0.469563126564026,-0.483928501605988
|
||||
-0.649368286132812,-0.174394994974136
|
||||
0.204880505800247,0.631319522857666
|
||||
0.435559481382370,-0.560818076133728
|
||||
-0.745195388793945,-0.086072444915771
|
||||
0.333048790693283,0.658954858779907
|
||||
0.331525444984436,-0.661837279796600
|
||||
-0.751353383064270,0.099335312843323
|
||||
0.481143563985825,0.571716904640198
|
||||
0.214972674846649,-0.712035298347473
|
||||
-0.738412141799927,0.190104946494102
|
||||
0.536268711090088,0.542268514633179
|
||||
0.164240360260010,-0.735703706741333
|
||||
-0.721114814281464,0.277728259563446
|
||||
0.629406690597534,0.479125738143921
|
||||
0.073937982320786,-0.776329159736633
|
||||
-0.683197975158691,0.368710309267044
|
||||
0.702151000499725,0.380573749542236
|
||||
-0.053244769573212,-0.807607889175415
|
||||
-0.642344355583191,0.492055088281631
|
||||
0.780544221401215,0.260956972837448
|
||||
-0.209414735436440,-0.798847436904907
|
||||
-0.531868457794189,0.616740584373474
|
||||
0.823997974395752,0.080899119377136
|
||||
-0.389775514602661,-0.748380184173584
|
||||
-0.406855642795563,0.723871052265167
|
||||
0.820668578147888,-0.072841614484787
|
||||
-0.512919962406158,-0.655706226825714
|
||||
-0.284547597169876,0.776042103767395
|
||||
0.806414484977722,-0.173044532537460
|
||||
-0.573301136493683,-0.609862804412842
|
||||
-0.232023924589157,0.797790765762329
|
||||
0.784558415412903,-0.232973814010620
|
||||
-0.640271246433258,-0.533607780933380
|
||||
-0.106202572584152,0.839242219924927
|
||||
0.746660828590393,-0.372546941041946
|
||||
-0.734058499336243,-0.391642600297928
|
||||
0.098534643650055,0.832705914974213
|
||||
0.624351739883423,-0.553252458572388
|
||||
-0.816473007202148,-0.190856546163559
|
||||
0.305875658988953,0.791167736053467
|
||||
0.475202292203903,-0.691686630249023
|
||||
-0.830536007881165,0.020600587129593
|
||||
0.504780411720276,0.666399478912354
|
||||
0.258044272661209,-0.793619453907013
|
||||
-0.798239469528198,0.234450310468674
|
||||
0.628972291946411,0.544525086879730
|
||||
0.131133139133453,-0.807023704051971
|
||||
-0.738025546073914,0.315571635961533
|
||||
0.664571881294250,0.454645991325378
|
||||
0.035556048154831,-0.807198107242584
|
||||
-0.697266757488251,0.397586643695831
|
||||
0.706551671028137,0.371624052524567
|
||||
-0.068035393953323,-0.789678454399109
|
||||
-0.621271491050720,0.489719539880753
|
||||
0.762286961078644,0.254876554012299
|
||||
-0.195976629853249,-0.790412962436676
|
||||
-0.552275896072388,0.587774276733398
|
||||
0.787404298782349,0.116500198841095
|
||||
-0.372284501791000,-0.714335441589355
|
||||
-0.374984264373779,0.730960726737976
|
||||
0.803417921066284,-0.114459387958050
|
||||
-0.544984579086304,-0.552522778511047
|
||||
-0.114154271781445,0.713521361351013
|
||||
0.566060423851013,-0.271738618612289
|
||||
-0.427780508995056,-0.246862083673477
|
||||
0.025099106132984,0.353488236665726
|
||||
0.181483626365662,-0.134797424077988
|
||||
-0.118970699608326,-0.041996866464615
|
||||
0.020230785012245,0.067015148699284
|
||||
0.025798320770264,-0.027851969003677
|
||||
-0.016247041523457,-0.000603228807449
|
||||
0.008149713277817,0.005628466606140
|
||||
0.001221269369125,-0.002838231623173
|
||||
0.002731442451477,-0.000392526388168
|
||||
0.000323057174683,0.000371992588043
|
||||
0.003828182816505,-0.000884592533112
|
||||
-0.000064253807068,0.000017143785954
|
||||
0.003615166991949,-0.000773854553699
|
||||
0.000001758337021,-0.000007569789886
|
||||
0.003444865345955,-0.000844191759825
|
||||
0.000000566244125,0.000000528991222
|
||||
0.003316864371300,-0.000880300998688
|
||||
-0.000000089406967,0.000000029802322
|
||||
0.003204151988029,-0.000900804996490
|
||||
0.000000029802322,-0.000000007450581
|
||||
0.003106161952019,-0.000910896807909
|
||||
0.000000029802322,0.000000029802322
|
||||
0.003020729869604,-0.000913269817829
|
||||
0.000000000000000,0.000000022351742
|
||||
0.002945587038994,-0.000909626483917
|
||||
0.000000029802322,0.000000029802322
|
||||
0.002879306674004,-0.000901788473129
|
||||
-0.000000014901161,-0.000000014901161
|
||||
0.002820521593094,-0.000890620052814
|
||||
0.000000029802322,-0.000000029802322
|
||||
0.002768080681562,-0.000876899808645
|
||||
0.000000022351742,0.000000022351742
|
||||
0.002721115946770,-0.000861302018166
|
||||
-0.000000029802322,-0.000000029802322
|
||||
0.002678975462914,-0.000844225287437
|
||||
-0.000000067055225,0.000000052154064
|
||||
0.002640772610903,-0.000825885683298
|
||||
-0.000000029802322,0.000000000000000
|
||||
0.002606242895126,-0.000806696712971
|
||||
-0.000000014901161,-0.000000044703484
|
||||
0.002574816346169,-0.000786900520325
|
||||
0.000000000000000,-0.000000059604645
|
||||
0.002546187490225,-0.000766344368458
|
||||
-0.000000004190952,-0.000000029802322
|
||||
0.002519935369492,-0.000745534896851
|
||||
0.000000003725290,-0.000000009313226
|
||||
0.002495986642316,-0.000724315643311
|
||||
-0.000000005122274,-0.000000037252903
|
||||
0.002473950386047,-0.000702848657966
|
||||
0.000000014901161,0.000000029802322
|
||||
0.002453625202179,-0.000681230798364
|
||||
0.000000024680048,-0.000000052154064
|
||||
0.002434941707179,-0.000659465789795
|
||||
0.000000003725290,0.000000009313226
|
||||
0.002417713403702,-0.000637561082840
|
||||
-0.000000013504177,0.000000029802322
|
||||
0.002401735633612,-0.000615529716015
|
||||
0.000000014901161,0.000000029802322
|
||||
0.002386942505836,-0.000593639910221
|
||||
0.000000000000000,0.000000044703484
|
||||
0.002373307943344,-0.000571548938751
|
||||
0.000000033527613,0.000000026077032
|
||||
0.002360619604588,-0.000549562275410
|
||||
-0.000000037252903,0.000000022351742
|
||||
0.002348892390728,-0.000527553260326
|
||||
-0.000000014901161,-0.000000014901161
|
||||
0.002337999641895,-0.000505529344082
|
||||
-0.000000007450581,-0.000000007450581
|
||||
0.002327881753445,-0.000483579933643
|
||||
-0.000000055879354,-0.000000033527613
|
||||
0.002318501472473,-0.000461637973785
|
||||
0.000000089406967,-0.000000044703484
|
||||
0.002309784293175,-0.000439859926701
|
||||
-0.000000014901161,-0.000000044703484
|
||||
0.002301782369614,-0.000417932868004
|
||||
0.000000007450581,0.000000000000000
|
||||
0.002294301986694,-0.000396192073822
|
||||
-0.000000014901161,-0.000000029802322
|
||||
0.002287380397320,-0.000374417752028
|
||||
0.000000048428774,0.000000014901161
|
||||
0.002281017601490,-0.000352770090103
|
||||
0.000000014901161,0.000000029802322
|
||||
0.002275116741657,-0.000331073999405
|
||||
-0.000000040978193,-0.000000014901161
|
||||
0.002269752323627,-0.000309485942125
|
||||
0.000000044703484,-0.000000014901161
|
||||
0.002264767885208,-0.000287950038910
|
||||
-0.000000081956387,0.000000000000000
|
||||
0.002260267734528,-0.000266417860985
|
||||
-0.000000029802322,-0.000000014901161
|
||||
0.002256184816360,-0.000244975090027
|
||||
-0.000000037252903,-0.000000029802322
|
||||
0.002252481877804,-0.000223509967327
|
||||
-0.000000037252903,0.000000039115548
|
||||
0.002249129116535,-0.000202059745789
|
||||
0.000000014901161,-0.000000029802322
|
||||
0.002246111631393,-0.000180706381798
|
||||
0.000000000000000,0.000000000000000
|
||||
0.002243548631668,-0.000159427523613
|
||||
0.000000014901161,0.000000059604645
|
||||
0.002241276204586,-0.000138044357300
|
||||
-0.000000052154064,-0.000000020489097
|
||||
0.002239383757114,-0.000116758048534
|
||||
0.000000037252903,-0.000000029802322
|
||||
0.002237826585770,-0.000095546245575
|
||||
0.000000000000000,-0.000000014901161
|
||||
0.002236485481262,-0.000074297189713
|
||||
-0.000000029802322,0.000000000000000
|
||||
0.002235531806946,-0.000053003430367
|
||||
0.000000059604645,0.000000059604645
|
||||
0.002234950661659,-0.000031799077988
|
||||
0.000000044703484,0.000000014901161
|
||||
0.002234622836113,-0.000010639429092
|
||||
0.000000014901161,0.000000000000000,
|
257
audio/comet/tuning/compensation/compens_spk_r_1.conf
Normal file
257
audio/comet/tuning/compensation/compens_spk_r_1.conf
Normal file
|
@ -0,0 +1,257 @@
|
|||
0.000000029802322,0.000000000000000
|
||||
-0.073276229202747,0.035855427384377
|
||||
-0.010552316904068,0.154133304953575
|
||||
0.104390710592270,0.288670063018799
|
||||
0.558625042438507,0.195878833532333
|
||||
0.602958142757416,-0.439496994018555
|
||||
0.060423865914345,-0.790126681327820
|
||||
-0.584426045417786,-0.544960141181946
|
||||
-0.714368224143982,0.122525304555893
|
||||
-0.325951963663101,0.595698356628418
|
||||
0.320559263229370,0.584483325481415
|
||||
0.610029757022858,0.048697650432587
|
||||
0.415799856185913,-0.433167278766632
|
||||
-0.137271493673325,-0.608559072017670
|
||||
-0.560218572616577,-0.159020915627480
|
||||
-0.371517628431320,0.400109887123108
|
||||
0.280945837497711,0.496723830699921
|
||||
0.569138050079346,-0.222925916314125
|
||||
-0.186574786901474,-0.602884769439697
|
||||
-0.598715186119080,0.183434888720512
|
||||
0.235651418566704,0.572820127010345
|
||||
0.540527284145355,-0.312414646148682
|
||||
-0.380301654338837,-0.488431751728058
|
||||
-0.392661899328232,0.453433603048325
|
||||
0.538419842720032,0.253878325223923
|
||||
0.091810263693333,-0.590135335922241
|
||||
-0.571329832077026,0.082625895738602
|
||||
0.265466809272766,0.499845892190933
|
||||
0.393944114446640,-0.435223877429962
|
||||
-0.550664722919464,-0.229481846094131
|
||||
0.000572100281715,0.575490236282349
|
||||
0.498589396476746,-0.234314218163490
|
||||
-0.396611273288727,-0.336946874856949
|
||||
-0.129436135292053,0.468492984771729
|
||||
0.465191245079041,-0.076565265655518
|
||||
-0.243515416979790,-0.388768464326859
|
||||
-0.244761437177658,0.352374255657196
|
||||
0.396195411682129,0.071537822484970
|
||||
-0.087437957525253,-0.374221950769424
|
||||
-0.294897079467773,0.217742577195168
|
||||
0.314260780811310,0.175357922911644
|
||||
0.033070430159569,-0.356007188558578
|
||||
-0.327502012252808,0.114956103265285
|
||||
0.242703437805176,0.241069987416267
|
||||
0.117934674024582,-0.317310571670532
|
||||
-0.320458561182022,0.026947267353535
|
||||
0.166611522436142,0.262536406517029
|
||||
0.169014930725098,-0.261870354413986
|
||||
-0.298798322677612,-0.057433996349573
|
||||
0.065997608006001,0.296211332082748
|
||||
0.259721666574478,-0.191275417804718
|
||||
-0.294166535139084,-0.163990467786789
|
||||
-0.002878319472075,0.342640936374664
|
||||
0.313119351863861,-0.175863787531853
|
||||
-0.311447918415070,-0.204205065965652
|
||||
-0.039308756589890,0.378528386354446
|
||||
0.374013006687164,-0.143380999565125
|
||||
-0.304989397525787,-0.287396669387817
|
||||
-0.115654349327087,0.412080049514771
|
||||
0.434282243251801,-0.109535902738571
|
||||
-0.331453502178192,-0.346332728862762
|
||||
-0.143935844302177,0.490682899951935
|
||||
0.528977751731873,-0.135487943887711
|
||||
-0.409236431121826,-0.403884291648865
|
||||
-0.129887819290161,0.576990604400635
|
||||
0.567638278007507,-0.206706449389458
|
||||
-0.491324424743652,-0.373454421758652
|
||||
-0.050918683409691,0.632882535457611
|
||||
0.580544173717499,-0.302372813224792
|
||||
-0.575610458850861,-0.334103375673294
|
||||
0.034651875495911,0.675772428512573
|
||||
0.563712418079376,-0.396950244903564
|
||||
-0.634658455848694,-0.274439632892609
|
||||
0.101128250360489,0.690001070499420
|
||||
0.552232980728149,-0.455916255712509
|
||||
-0.690485656261444,-0.238876149058342
|
||||
0.178639054298401,0.722452878952026
|
||||
0.515210211277008,-0.560830950737000
|
||||
-0.759545326232910,-0.119640111923218
|
||||
0.326646000146866,0.701367735862732
|
||||
0.410288155078888,-0.662956476211548
|
||||
-0.777662634849548,0.022263914346695
|
||||
0.461121052503586,0.635784745216370
|
||||
0.276277363300323,-0.749165654182434
|
||||
-0.767406344413757,0.189422130584717
|
||||
0.595911204814911,0.505940020084381
|
||||
0.072159558534622,-0.788617134094238
|
||||
-0.701758503913879,0.373400628566742
|
||||
0.689039826393127,0.382451117038727
|
||||
-0.050586581230164,-0.786315023899078
|
||||
-0.639776706695557,0.462143182754517
|
||||
0.731862008571625,0.292324602603912
|
||||
-0.150527417659760,-0.774653494358063
|
||||
-0.568590342998505,0.548655629158020
|
||||
0.772016406059265,0.175161063671112
|
||||
-0.275010883808136,-0.745766639709473
|
||||
-0.477620959281921,0.631965041160583
|
||||
0.783950746059418,0.054739147424698
|
||||
-0.386498808860779,-0.691561520099640
|
||||
-0.388420879840851,0.703197598457336
|
||||
0.791562974452972,-0.036722362041473
|
||||
-0.459435760974884,-0.626031816005707
|
||||
-0.269323527812958,0.745075345039368
|
||||
0.792776823043823,-0.159997165203094
|
||||
-0.536275148391724,-0.582840800285339
|
||||
-0.189163893461227,0.754757046699524
|
||||
0.744159042835236,-0.255976438522339
|
||||
-0.613695979118347,-0.492974847555161
|
||||
-0.076984882354736,0.775660395622253
|
||||
0.689295768737793,-0.358432143926620
|
||||
-0.664181172847748,-0.379888296127319
|
||||
0.047492086887360,0.747592747211456
|
||||
0.591035962104797,-0.444673746824265
|
||||
-0.678455293178558,-0.247326433658600
|
||||
0.168493673205376,0.674565315246582
|
||||
0.436051845550537,-0.506018877029419
|
||||
-0.635393738746643,-0.046271741390228
|
||||
0.346589326858521,0.505721211433411
|
||||
0.171084880828857,-0.579973459243774
|
||||
-0.553403496742249,0.228316903114319
|
||||
0.524974167346954,0.283164143562317
|
||||
-0.108718365430832,-0.601011753082275
|
||||
-0.438682198524475,0.462771087884903
|
||||
0.654213428497314,0.111141175031662
|
||||
-0.265328764915466,-0.626584410667419
|
||||
-0.391716927289963,0.570575952529907
|
||||
0.703610062599182,0.021690189838409
|
||||
-0.365613371133804,-0.612735986709595
|
||||
-0.324447453022003,0.643040299415588
|
||||
0.723049044609070,-0.064827442169189
|
||||
-0.432608604431152,-0.584674417972565
|
||||
-0.268698185682297,0.669477224349976
|
||||
0.699639856815338,-0.134881883859634
|
||||
-0.499170213937759,-0.503617048263550
|
||||
-0.139072522521019,0.695667624473572
|
||||
0.651734352111816,-0.272494047880173
|
||||
-0.592741549015045,-0.385062396526337
|
||||
0.009911455214024,0.711675286293030
|
||||
0.581905364990234,-0.395076692104340
|
||||
-0.623321115970612,-0.254534482955933
|
||||
0.115734696388245,0.600543856620789
|
||||
0.361754417419434,-0.349093347787857
|
||||
-0.365334093570709,-0.069104753434658
|
||||
0.110774636268616,0.231382787227631
|
||||
0.079426974058151,-0.136014491319656
|
||||
-0.083417654037476,0.008076757192612
|
||||
0.030522137880325,0.035152055323124
|
||||
0.010151326656342,-0.022482663393021
|
||||
-0.009442090988159,0.004178464412689
|
||||
0.008729755878448,0.001398518681526
|
||||
-0.000230014324188,-0.001902863383293
|
||||
0.003877006471157,-0.000514864921570
|
||||
0.000298470258713,0.000059843063354
|
||||
0.004116714000702,-0.001279488205910
|
||||
-0.000021852552891,0.000035516917706
|
||||
0.003940328955650,-0.001248918473721
|
||||
-0.000002786517143,-0.000004008412361
|
||||
0.003727287054062,-0.001284472644329
|
||||
0.000000536441803,-0.000000149011612
|
||||
0.003562524914742,-0.001300230622292
|
||||
0.000000000000000,0.000000119209290
|
||||
0.003423765301704,-0.001299008727074
|
||||
-0.000000059604645,0.000000029802322
|
||||
0.003306090831757,-0.001287706196308
|
||||
0.000000014901161,0.000000014901161
|
||||
0.003205463290215,-0.001269690692425
|
||||
0.000000037252903,0.000000007450581
|
||||
0.003118902444839,-0.001247152686119
|
||||
-0.000000029802322,-0.000000014901161
|
||||
0.003043666481972,-0.001221485435963
|
||||
0.000000037252903,0.000000014901161
|
||||
0.002977788448334,-0.001193806529045
|
||||
0.000000059604645,0.000000059604645
|
||||
0.002920061349869,-0.001164637506008
|
||||
-0.000000007450581,0.000000014901161
|
||||
0.002868823707104,-0.001134663820267
|
||||
-0.000000014901161,-0.000000089406967
|
||||
0.002823285758495,-0.001104086637497
|
||||
-0.000000007450581,-0.000000014901161
|
||||
0.002782553434372,-0.001073159277439
|
||||
0.000000029802322,0.000000059604645
|
||||
0.002745926380157,-0.001042112708092
|
||||
0.000000022351742,-0.000000014901161
|
||||
0.002712890505791,-0.001011006534100
|
||||
0.000000000000000,0.000000000000000
|
||||
0.002683080732822,-0.000979982316494
|
||||
0.000000001862645,-0.000000037252903
|
||||
0.002656012773514,-0.000949073582888
|
||||
0.000000037252903,-0.000000034458935
|
||||
0.002631334587932,-0.000918351113796
|
||||
0.000000000000000,0.000000037252903
|
||||
0.002608854323626,-0.000887844711542
|
||||
-0.000000007450581,0.000000029802322
|
||||
0.002588171511889,-0.000857558101416
|
||||
0.000000000000000,-0.000000007450581
|
||||
0.002569327130914,-0.000827468931675
|
||||
0.000000007450581,0.000000034458935
|
||||
0.002552002668381,-0.000797700136900
|
||||
-0.000000027939677,-0.000000022351742
|
||||
0.002536065876484,-0.000768102705479
|
||||
-0.000000014901161,0.000000000000000
|
||||
0.002521336078644,-0.000738807022572
|
||||
0.000000018626451,0.000000037252903
|
||||
0.002507716417313,-0.000709788873792
|
||||
0.000000003725290,0.000000052154064
|
||||
0.002495322376490,-0.000680882483721
|
||||
-0.000000007450581,-0.000000037252903
|
||||
0.002483673393726,-0.000652346760035
|
||||
0.000000044703484,-0.000000033527613
|
||||
0.002472959458828,-0.000623915344477
|
||||
-0.000000022351742,-0.000000022351742
|
||||
0.002463158220053,-0.000595863908529
|
||||
-0.000000040978193,-0.000000007450581
|
||||
0.002453953027725,-0.000567870214581
|
||||
0.000000040978193,0.000000007450581
|
||||
0.002445414662361,-0.000540174543858
|
||||
0.000000014901161,-0.000000014901161
|
||||
0.002437643706799,-0.000512570142746
|
||||
-0.000000022351742,-0.000000044703484
|
||||
0.002430468797684,-0.000485226511955
|
||||
0.000000029802322,-0.000000052154064
|
||||
0.002423778176308,-0.000458069145679
|
||||
-0.000000037252903,0.000000037252903
|
||||
0.002417631447315,-0.000430997461081
|
||||
-0.000000059604645,0.000000029802322
|
||||
0.002411939203739,-0.000404145568609
|
||||
0.000000007450581,0.000000007450581
|
||||
0.002406761050224,-0.000377409160137
|
||||
0.000000029802322,0.000000037252903
|
||||
0.002402067184448,-0.000350937247276
|
||||
-0.000000007450581,0.000000000000000
|
||||
0.002397678792477,-0.000324368476868
|
||||
0.000000029802322,0.000000000000000
|
||||
0.002393741160631,-0.000297956168652
|
||||
-0.000000014901161,0.000000048428774
|
||||
0.002390231937170,-0.000271797180176
|
||||
-0.000000037252903,-0.000000003725290
|
||||
0.002387158572674,-0.000245526432991
|
||||
0.000000007450581,0.000000000000000
|
||||
0.002384230494499,-0.000219441950321
|
||||
0.000000014901161,0.000000014901161
|
||||
0.002381697297096,-0.000193543732166
|
||||
0.000000022351742,-0.000000029802322
|
||||
0.002379693090916,-0.000167593359947
|
||||
-0.000000022351742,-0.000000003725290
|
||||
0.002377722412348,-0.000141620635986
|
||||
0.000000044703484,0.000000048428774
|
||||
0.002376209944487,-0.000115819275379
|
||||
-0.000000029802322,0.000000029802322
|
||||
0.002375006675720,-0.000090092420578
|
||||
0.000000014901161,-0.000000029802322
|
||||
0.002374172210693,-0.000064238905907
|
||||
0.000000000000000,-0.000000022351742
|
||||
0.002373546361923,-0.000038594007492
|
||||
-0.000000059604645,-0.000000014901161
|
||||
0.002373240888119,-0.000012829899788
|
||||
-0.000000029802322,0.000000000000000,
|
257
audio/comet/tuning/compensation/compens_spk_r_2.conf
Normal file
257
audio/comet/tuning/compensation/compens_spk_r_2.conf
Normal file
|
@ -0,0 +1,257 @@
|
|||
0.000000029802322,0.000000000000000
|
||||
-0.116320535540581,0.044453710317612
|
||||
-0.016189746558666,0.212077885866165
|
||||
0.144601121544838,0.365350663661957
|
||||
0.698376119136810,0.184462532401085
|
||||
0.608331561088562,-0.559351325035095
|
||||
0.004374921321869,-0.802474975585938
|
||||
-0.616137862205505,-0.505458414554596
|
||||
-0.646139740943909,0.195725530385971
|
||||
-0.208712354302406,0.532507896423340
|
||||
0.316083580255508,0.450681984424591
|
||||
0.501628398895264,0.001423150300980
|
||||
0.359118998050690,-0.385730236768723
|
||||
-0.166107863187790,-0.560127556324005
|
||||
-0.526122212409973,-0.065560713410378
|
||||
-0.244200497865677,0.408507436513901
|
||||
0.348601728677750,0.360972642898560
|
||||
0.428673475980759,-0.312627226114273
|
||||
-0.246871739625931,-0.453255355358124
|
||||
-0.448139697313309,0.214759647846222
|
||||
0.274960696697235,0.434188216924667
|
||||
0.407468885183334,-0.367075055837631
|
||||
-0.419160455465317,-0.339333772659302
|
||||
-0.221416071057320,0.453904420137405
|
||||
0.502132296562195,0.080113671720028
|
||||
-0.062363497912884,-0.515019595623016
|
||||
-0.444580018520355,0.206942260265350
|
||||
0.345043480396271,0.323641121387482
|
||||
0.195136874914169,-0.440332978963852
|
||||
-0.461688548326492,-0.043690405786037
|
||||
0.137713760137558,0.410711765289307
|
||||
0.303796201944351,-0.290133148431778
|
||||
-0.360801339149475,-0.152599990367889
|
||||
0.021983832120895,0.366170257329941
|
||||
0.331172585487366,-0.179428935050964
|
||||
-0.282822519540787,-0.235789805650711
|
||||
-0.076766520738602,0.320987850427628
|
||||
0.299188733100891,-0.082756340503693
|
||||
-0.182052016258240,-0.225630968809128
|
||||
-0.118346162140369,0.228183805942535
|
||||
0.247572928667068,0.008071266114712
|
||||
-0.081483379006386,-0.229229673743248
|
||||
-0.162989661097527,0.147678270936012
|
||||
0.194769024848938,0.080208316445351
|
||||
0.008220318704844,-0.216576397418976
|
||||
-0.202439472079277,0.068703539669514
|
||||
0.160074993968010,0.151220291852951
|
||||
0.070844918489456,-0.227382749319077
|
||||
-0.233516335487366,0.028361160308123
|
||||
0.131652444601059,0.190782874822617
|
||||
0.121798440814018,-0.216616600751877
|
||||
-0.259595572948456,-0.018533147871494
|
||||
0.117818608880043,0.245084613561630
|
||||
0.169490456581116,-0.238340273499489
|
||||
-0.291797578334808,-0.042855393141508
|
||||
0.108947321772575,0.275211453437805
|
||||
0.204185023903847,-0.247606486082077
|
||||
-0.332876145839691,-0.072971522808075
|
||||
0.112328201532364,0.333741396665573
|
||||
0.237751841545105,-0.292265474796295
|
||||
-0.390006244182587,-0.059746995568275
|
||||
0.155392110347748,0.371384799480438
|
||||
0.244225367903709,-0.343037217855453
|
||||
-0.439088523387909,-0.031260609626770
|
||||
0.218982189893723,0.401433676481247
|
||||
0.227469041943550,-0.420023560523987
|
||||
-0.488613367080688,0.037503004074097
|
||||
0.308940470218658,0.396107852458954
|
||||
0.170255497097969,-0.490161776542664
|
||||
-0.509131312370300,0.125104650855064
|
||||
0.394390076398849,0.351943463087082
|
||||
0.074929490685463,-0.533360064029694
|
||||
-0.489700913429260,0.221707195043564
|
||||
0.445732563734055,0.292899191379547
|
||||
0.012202009558678,-0.543303191661835
|
||||
-0.487215250730515,0.286157369613647
|
||||
0.523981094360352,0.267855107784271
|
||||
-0.073571547865868,-0.601872861385345
|
||||
-0.460948705673218,0.417572855949402
|
||||
0.617113590240479,0.148548051714897
|
||||
-0.208687663078308,-0.594885826110840
|
||||
-0.379083722829819,0.491036176681519
|
||||
0.627246141433716,0.052208766341209
|
||||
-0.299130916595459,-0.578755915164948
|
||||
-0.337103575468063,0.580177843570709
|
||||
0.685989201068878,-0.044561631977558
|
||||
-0.439872026443481,-0.551954805850983
|
||||
-0.208799868822098,0.693957805633545
|
||||
0.697896361351013,-0.223141700029373
|
||||
-0.587355256080627,-0.443162322044373
|
||||
-0.024840861558914,0.746428668498993
|
||||
0.630959987640381,-0.404073536396027
|
||||
-0.693228721618652,-0.278352439403534
|
||||
0.174860805273056,0.738636851310730
|
||||
0.513554632663727,-0.558921456336975
|
||||
-0.743195891380310,-0.093838959932327
|
||||
0.356359601020813,0.669682145118713
|
||||
0.362490385770798,-0.664433240890503
|
||||
-0.737534821033478,0.070671826601028
|
||||
0.471882730722427,0.577635884284973
|
||||
0.239293202757835,-0.705305755138397
|
||||
-0.709691882133484,0.188051894307137
|
||||
0.569486618041992,0.493540823459625
|
||||
0.114890933036804,-0.759714007377625
|
||||
-0.686350345611572,0.316151946783066
|
||||
0.650099158287048,0.388474673032761
|
||||
-0.026801079511642,-0.762119174003601
|
||||
-0.617910265922546,0.437134921550751
|
||||
0.719118714332581,0.275940001010895
|
||||
-0.155867576599121,-0.769560515880585
|
||||
-0.559595584869385,0.551210403442383
|
||||
0.782385945320129,0.160796552896500
|
||||
-0.294900536537170,-0.756496667861938
|
||||
-0.462657213211060,0.666782975196838
|
||||
0.825597405433655,-0.008922636508942
|
||||
-0.489869594573975,-0.685132324695587
|
||||
-0.269276350736618,0.791241586208344
|
||||
0.786423802375793,-0.261146426200867
|
||||
-0.686156392097473,-0.480374008417130
|
||||
-0.004318624734879,0.846411705017090
|
||||
0.699790716171265,-0.463463515043259
|
||||
-0.771023631095886,-0.306275486946106
|
||||
0.199533164501190,0.814575672149658
|
||||
0.556697845458984,-0.635827302932739
|
||||
-0.831977248191833,-0.072736829519272
|
||||
0.443259328603745,0.706318497657776
|
||||
0.307220697402954,-0.772596955299377
|
||||
-0.795062422752380,0.209953784942627
|
||||
0.648335814476013,0.527752399444580
|
||||
0.079374819993973,-0.845878124237061
|
||||
-0.736838102340698,0.398841738700867
|
||||
0.743676662445068,0.371856927871704
|
||||
-0.112971484661102,-0.830015897750854
|
||||
-0.629566431045532,0.553697347640991
|
||||
0.809433519840240,0.219352483749390
|
||||
-0.263494610786438,-0.795985341072083
|
||||
-0.508597373962402,0.664741635322571
|
||||
0.839655756950378,0.035147592425346
|
||||
-0.452745437622070,-0.704396843910217
|
||||
-0.307228267192841,0.753309130668640
|
||||
0.737836718559265,-0.162367254495621
|
||||
-0.477034777402878,-0.446041733026505
|
||||
-0.073581703007221,0.519144237041473
|
||||
0.346718192100525,-0.171230301260948
|
||||
-0.217573046684265,-0.123651236295700
|
||||
0.016410082578659,0.143040016293526
|
||||
0.058081977069378,-0.050157070159912
|
||||
-0.032930523157120,-0.010613650083542
|
||||
0.006923526525497,0.015597522258759
|
||||
0.006982088088989,-0.008983284235001
|
||||
-0.002982929348946,0.000481873750687
|
||||
0.004167228937149,-0.001804992556572
|
||||
0.000054121017456,-0.000456601381302
|
||||
0.003001727163792,-0.002534620463848
|
||||
0.000053077936172,0.000024989247322
|
||||
0.003037827089429,-0.002577528357506
|
||||
-0.000004798173904,0.000004798173904
|
||||
0.002967290580273,-0.002480886876583
|
||||
-0.000000391155481,-0.000000573694706
|
||||
0.002911172807217,-0.002398639917374
|
||||
0.000000074505806,0.000000000000000
|
||||
0.002873264253139,-0.002316087484360
|
||||
-0.000000033527613,0.000000022351742
|
||||
0.002846337854862,-0.002235271036625
|
||||
0.000000059604645,0.000000000000000
|
||||
0.002827303484082,-0.002157434821129
|
||||
0.000000029802322,0.000000044703484
|
||||
0.002814002335072,-0.002082772552967
|
||||
-0.000000089406967,-0.000000052154064
|
||||
0.002804603427649,-0.002011105418205
|
||||
0.000000014901161,0.000000016763806
|
||||
0.002798147499561,-0.001942418515682
|
||||
-0.000000011175871,0.000000059604645
|
||||
0.002793911844492,-0.001876433379948
|
||||
0.000000018626451,-0.000000037252903
|
||||
0.002791229635477,-0.001812770962715
|
||||
0.000000007450581,0.000000000000000
|
||||
0.002789650112391,-0.001751288771629
|
||||
0.000000018626451,-0.000000007450581
|
||||
0.002789031714201,-0.001691798679531
|
||||
-0.000000040978193,0.000000029802322
|
||||
0.002789087593555,-0.001634143292904
|
||||
0.000000014901161,-0.000000016763806
|
||||
0.002789553254843,-0.001577988266945
|
||||
0.000000000000000,0.000000022351742
|
||||
0.002790413796902,-0.001523442566395
|
||||
-0.000000044703484,-0.000000066123903
|
||||
0.002791531383991,-0.001470137387514
|
||||
-0.000000011175871,-0.000000074505806
|
||||
0.002792764455080,-0.001418049447238
|
||||
-0.000000011175871,0.000000014901161
|
||||
0.002794254571199,-0.001367069780827
|
||||
-0.000000022351742,0.000000029802322
|
||||
0.002795714884996,-0.001317165791988
|
||||
-0.000000011175871,-0.000000014901161
|
||||
0.002797272056341,-0.001268182881176
|
||||
0.000000048428774,-0.000000014901161
|
||||
0.002798832952976,-0.001220036298037
|
||||
0.000000074505806,0.000000006519258
|
||||
0.002800457179546,-0.001172743737698
|
||||
0.000000000000000,-0.000000007450581
|
||||
0.002802003175020,-0.001126114279032
|
||||
0.000000014901161,0.000000022351742
|
||||
0.002803545445204,-0.001080289483070
|
||||
0.000000033527613,0.000000055879354
|
||||
0.002805073745549,-0.001035079360008
|
||||
-0.000000018626451,-0.000000011175871
|
||||
0.002806495875120,-0.000990401953459
|
||||
-0.000000022351742,-0.000000040978193
|
||||
0.002807933837175,-0.000946279615164
|
||||
0.000000048428774,0.000000048428774
|
||||
0.002809281460941,-0.000902697443962
|
||||
-0.000000048428774,0.000000026077032
|
||||
0.002810630947351,-0.000859603285789
|
||||
-0.000000044703484,-0.000000014901161
|
||||
0.002811860293150,-0.000816974788904
|
||||
0.000000000000000,-0.000000022351742
|
||||
0.002813007682562,-0.000774748623371
|
||||
0.000000000000000,-0.000000007450581
|
||||
0.002814158797264,-0.000732935965061
|
||||
-0.000000026077032,-0.000000007450581
|
||||
0.002815239131451,-0.000691384077072
|
||||
0.000000037252903,-0.000000044703484
|
||||
0.002816289663315,-0.000650197267532
|
||||
-0.000000014901161,0.000000029802322
|
||||
0.002817183732986,-0.000609457492828
|
||||
-0.000000037252903,-0.000000044703484
|
||||
0.002818115055561,-0.000568881630898
|
||||
0.000000033527613,-0.000000007450581
|
||||
0.002818897366524,-0.000528477132320
|
||||
0.000000059604645,-0.000000037252903
|
||||
0.002819698303938,-0.000488497316837
|
||||
0.000000029802322,0.000000007450581
|
||||
0.002820428460836,-0.000448592007160
|
||||
-0.000000029802322,0.000000029802322
|
||||
0.002821091562510,-0.000408925116062
|
||||
-0.000000011175871,0.000000022351742
|
||||
0.002821631729603,-0.000369541347027
|
||||
-0.000000022351742,0.000000044703484
|
||||
0.002822190523148,-0.000330138951540
|
||||
-0.000000029802322,-0.000000044703484
|
||||
0.002822577953339,-0.000290948897600
|
||||
-0.000000007450581,-0.000000044703484
|
||||
0.002823047339916,-0.000251911580563
|
||||
-0.000000018626451,-0.000000037252903
|
||||
0.002823438495398,-0.000212945044041
|
||||
-0.000000029802322,-0.000000029802322
|
||||
0.002823684364557,-0.000174097716808
|
||||
0.000000029802322,-0.000000029802322
|
||||
0.002823919057846,-0.000135362148285
|
||||
0.000000000000000,0.000000000000000
|
||||
0.002824068069458,-0.000096678733826
|
||||
0.000000000000000,0.000000014901161
|
||||
0.002824172377586,-0.000057920813560
|
||||
0.000000037252903,-0.000000029802322
|
||||
0.002824291586876,-0.000019282102585
|
||||
0.000000029802322,0.000000000000000,
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue