Skip to content

Commit

Permalink
Changing deviceChannelCounts type to string
Browse files Browse the repository at this point in the history
  • Loading branch information
this-Aditya committed Jul 19, 2024
1 parent cb52a7d commit 4f2742e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/passive/phone/phone_audio_input.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -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." },
Expand Down

0 comments on commit 4f2742e

Please sign in to comment.