hal: Extract source track meta data for 2mic
- Source track meta data is extracted with STT algo
running in Android Audio record path for 2mic.
- For source tracking algorithm we need more than
one mic to determine the direction.
Change-Id: I63982bc4448ea5020088e81ed40c1c793e681a83
diff --git a/stt_meta/stt_meta_extract.c b/stt_meta/stt_meta_extract.c
index d185309..a8e8a46 100644
--- a/stt_meta/stt_meta_extract.c
+++ b/stt_meta/stt_meta_extract.c
@@ -390,7 +390,7 @@
if (property_get_bool("ro.vendor.audio.sdk.fluence.nn.enabled",false)) {
if((!strncmp("fluencenn", fluence_property, sizeof("fluencenn"))) ||
- (!strncmp("none", fluence_property, sizeof("none"))))
+ (!strncmp("fluence", fluence_property, sizeof("fluence"))))
fv = FV_13;
else
fv = FV_11;