Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1703813e authored by Zhou Song's avatar Zhou Song
Browse files

configs: sm6150: add support for music detection

Add sound model configuration for music detection.

Change-Id: Iecca85061c92a5f6622fac183aa0aacb56cb2835
parent 613f1d74
Loading
Loading
Loading
Loading
+58 −0
Original line number Diff line number Diff line
@@ -153,6 +153,64 @@
        <param client_capture_read_delay="2000" />
    </sound_model_config>

    <!-- QTI Music Detection !-->
    <sound_model_config>
        <param vendor_uuid="876c1b46-9d4d-40cc-a4fd-4d5ec7a80e47" />
        <param execution_type="ADSP" /> <!-- value: "WDSP" "ADSP" "DYNAMIC" -->
        <param library="libsmwrapper.so" />
        <param max_cpe_phrases="1" />
        <param max_cpe_users="1" />
        <param max_ape_phrases="1" />
        <param max_ape_users="1" />
        <!-- Profile specific data which the algorithm can support -->
        <param sample_rate="16000" />
        <param bit_width="16" />
        <param out_channels="1"/> <!-- Module output channels -->
        <!-- adm_cfg_profile should match with the one defined under adm_config -->
        <!-- Set it to NONE if LSM directly connects to AFE -->
        <param adm_cfg_profile="NONE" />
        <!-- fluence_type: "FLUENCE", "FLUENCE_DMIC", "FLUENCE_TMIC"   -->
        <!-- "FLUENCE_QMIC". Param value is valid when adm_cfg_profile -->
        <!-- is one of FLUENCE, FLUENCE_STEREO, FFECNS values          -->
        <param fluence_type="FLUENCE_DMIC" />
        <!-- wdsp_fluence_type: fluence disabled: "NONE" -->
        <!-- fluence enabled: "FLUENCE_DMIC", "FLUENCE_TMIC", "FLUENCE_QMIC" -->
        <param wdsp_fluence_type="NONE" />
        <gcs_usecase>
            <param uid="0x5" />
            <param acdb_devices="DEVICE_HANDSET_MIC_CPE, DEVICE_HANDSET_TMIC_CPE, DEVICE_HEADSET_MIC_CPE" />
            <!-- module_id, instance_id, param_id -->
            <param load_sound_model_ids="0x00012C2E, 0x6, 0x00012C14" />
            <param confidence_levels_ids="0x00012C2E, 0x6, 0x00012C28" />
            <param detection_event_ids="0x00012C2E, 0x6, 0x00012B05" />
            <param read_cmd_ids="0x00020013, 0x6, 0x00020015" />
            <param read_rsp_ids="0x00020013, 0x6, 0x00020016" />
            <param custom_config_ids="0x00012C2E, 0x6, 0x00012C2D" />
            <param det_event_type_ids="0x00012C2E, 0x6, 0x00012C2C" />
        </gcs_usecase>
        <!-- Module and param ids with which the algorithm is integrated
            in non-graphite firmware (note these must come after gcs params)
            Extends flexibility to have different ids based on execution type.
            valid execution_type values: only "ADSP" -->
        <lsm_usecase>
            <param execution_mode="ADSP" />
            <param app_type="4" /> <!-- app type for MD used in ACDB -->
            <param in_channels="1"/> <!-- Module input channels -->
            <param load_sound_model_ids="0x00012C22, 0x00012C14" />
            <param unload_sound_model_ids="0x00012C22, 0x00012C15" />
            <param confidence_levels_ids="0x00012C22, 0x00012C07" />
            <param det_event_type_ids="0x00012C22, 0x00012C2C" />
            <param custom_config_ids="0x00012C22, 0x00012C30" />
        </lsm_usecase>

        <!-- format: "ADPCM_packet" or "PCM_packet" !-->
        <!-- transfer_mode: "FTRT" or "RT" -->
        <!--  kw_duration is in milli seconds. It is valid only for FTRT
            transfer mode -->
        <param capture_keyword="PCM_packet, FTRT, 1500" />
        <param client_capture_read_delay="2000" />
    </sound_model_config>

<!-- Sound model config for Hotword !-->
    <sound_model_config>
        <param vendor_uuid="7038ddc8-30f2-11e6-b0ac-40a8f03d3f15" />