From d051f63464aa2263993e4459c642e5c02c7f95b4 Mon Sep 17 00:00:00 2001 From: Sho Amano Date: Fri, 16 Feb 2018 15:07:41 +0900 Subject: Update comment fields of AudioPassThru capabilities in MOBILE_API.xml --- src/components/interfaces/MOBILE_API.xml | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) (limited to 'src/components/interfaces') diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml index a1c64aecda..3094eb16ba 100644 --- a/src/components/interfaces/MOBILE_API.xml +++ b/src/components/interfaces/MOBILE_API.xml @@ -456,27 +456,42 @@ Describes different sampling options for PerformAudioPassThru. - - - - + + Sampling rate of 8000 Hz. + + + Sampling rate of 16000 Hz. + + + Sampling rate of 22050 Hz. + + + Sampling rate of 44100 Hz. + Describes different quality options for PerformAudioPassThru. - - + + Audio sample is 8 bits wide, unsigned. + + + Audio sample is 16 bits wide, signed, and in little endian. + Describes different audio type options for PerformAudioPassThru. - + + Linear PCM. + Describes different audio type configurations for PerformAudioPassThru. e.g. {8kHz,8-bit,PCM} + The audio is recorded in monaural. -- cgit v1.2.1 From 1f4f032e7a70707e4ce613d5fa42d70a22b20633 Mon Sep 17 00:00:00 2001 From: Sho Amano Date: Fri, 16 Feb 2018 15:23:05 +0900 Subject: Update comment fields of AudioPassThru capabilities in HMI_API.xml --- src/components/interfaces/HMI_API.xml | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) (limited to 'src/components/interfaces') diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml index ab3933fc0f..790c9d4c06 100644 --- a/src/components/interfaces/HMI_API.xml +++ b/src/components/interfaces/HMI_API.xml @@ -1031,21 +1031,35 @@ Describes different sampling options for PerformAudioPassThru. - - - - + + Sampling rate of 8000 Hz. + + + Sampling rate of 16000 Hz. + + + Sampling rate of 22050 Hz. + + + Sampling rate of 44100 Hz. + Describes different quality options for PerformAudioPassThru. - - + + Audio sample is 8 bits wide, unsigned. + + + Audio sample is 16 bits wide, signed, and in little endian. + Describes different audio type options for PerformAudioPassThru. - + + Linear PCM. + @@ -2121,6 +2135,7 @@ Describes different audio type configurations for PerformAudioPassThru. e.g. 8kHz,8-bit,PCM + The audio is recorded in monaural. -- cgit v1.2.1