From 4f2742edcf095e9fccb306c280a960cdc75b2cdf Mon Sep 17 00:00:00 2001 From: this-Aditya Date: Fri, 19 Jul 2024 12:58:31 +0530 Subject: [PATCH] Changing deviceChannelCounts type to string --- commons/passive/phone/phone_audio_input.avsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/passive/phone/phone_audio_input.avsc b/commons/passive/phone/phone_audio_input.avsc index 9b1d7c66..46fa510b 100644 --- a/commons/passive/phone/phone_audio_input.avsc +++ b/commons/passive/phone/phone_audio_input.avsc @@ -13,7 +13,7 @@ { "name": "deviceSampleRates", "type": "string", "doc": "Supported sample rates of the input audio device." }, { "name": "deviceEncodings", "type": "string", "doc": "Supported encodings of the input audio device." }, { "name": "deviceType", "type": "string", "doc": "Type of the input audio device used for recording." }, - { "name": "deviceChannelCounts", "type": "int", "doc": "Supported channel counts of the input audio device." }, + { "name": "deviceChannelCounts", "type": "string", "doc": "Supported channel counts of the input audio device." }, { "name": "audioLength", "type": "long", "doc": "Length of the audio recording (in milliseconds)." }, { "name": "audioFileSize", "type": "long", "doc": "Size of the audio file (in bytes)." }, { "name": "hadPlayback", "type": "boolean", "doc": "Whether the recorded audio file was played before uploading to s3 storage." },