le_audio_interface.h
Go to the documentation of this file.
49 * An audio profile can be retrieved with le_audio_GetProfile() and set with le_audio_SetProfile().51 * Then, the following functions let you enable or disable the audio settings on the selected audio57 * - le_audio_EnableIirFilter()/ le_audio_DisableIirFilter(): downlink IIR Filter (Infinite Impulse62 * To configure the encoding format, use le_audio_GetEncodingFormat() and le_audio_SetEncodingFormat().68 * - le_audio_GetPcmSamplingResolution() and le_audio_SetPcmSamplingResolution() for bit/sample settings.70 * - le_audio_GetSamplePcmChannelNumber() and le_audio_SetSamplePcmChannelNumber() for channel numbers.124 * On most platforms, it only allocates a context in memory. The audio path becomes active when the130 * Once the users get an Audio Stream reference, they can control it with the following functions:139 * @note Multimedia (playback and recording) must be controled separatly from the main audio path141 * muting/unmuting the multimedia stream, and not the other connected stream. For example, in case151 * - le_audio_SetPlatformSpecificGain(): adjust the value of a platform specific gain in the audio176 * A sample code that implements audio connectors and audio streams during voice call can be found in180 * In particular, a connector using Modem Voice Rx or Tx interfaces has to be created before dialing197 * - AMR_NB (AMR Narrowband) codec that encodes narrowband (200--3400 Hz) signals at variable bit199 * - AMR-WB (AMR Wideband) is an ITU-T standard speech codec which improved speech quality due to a224 * "I2S Rx", "Modem Voice Tx" and "Recorder" must be previously connected before recording a file.253 * - The playback/record stops playing/recording, and the read/write position indicator associated254 * with the file stream is rewound to the beginning of the file. A new file can be played/recorded256 * - le_audio_Pause(): can be called to pause a play/record. The file playing/recording is put on271 * @note The @c LE_AUDIO_MEDIA_NO_MORE_SAMPLES event indicates when all samples put into the pipe274 * A sample code that implements audio playback and capture can be found in \b audioPlaybackRec.c279 * The le_audio_PlayDtmf() function allows the application to play one or several DTMF on a playback280 * stream. The duration and the pause of the DTMFs must also be specified with the input parameters.282 * The le_audio_PlaySignallingDtmf() function allows the application to ask the Mobile Network to284 * le_audio_PlaySignallingDtmf() function may offer a better signal quality, but the the duration287 * The application must register a handler function to detect incoming DTMF characters on a specific288 * input audio stream. The le_audio_AddDtmfDetectorHandler() function installs a handler for DTMF297 * A sample code that implements DTMF playback and decoding can be found in \b audioDtmfTest.c file333 //--------------------------------------------------------------------------------------------------336 * Connect the current client thread to the service providing this API. Block until the service is339 * For each thread that wants to use this API, either ConnectService or TryConnectService must be340 * called before any other functions in this API. Normally, ConnectService is automatically called345 //--------------------------------------------------------------------------------------------------351 //--------------------------------------------------------------------------------------------------354 * Try to connect the current client thread to the service providing this API. Return with an error357 * For each thread that wants to use this API, either ConnectService or TryConnectService must be358 * called before any other functions in this API. Normally, ConnectService is automatically called365 * - LE_UNAVAILABLE if the server is not currently offering the service to which the client is bound.366 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).369 //--------------------------------------------------------------------------------------------------375 //--------------------------------------------------------------------------------------------------381 * longer a connection to the service, and the functions in this API can't be used. For details, see386 //--------------------------------------------------------------------------------------------------393 //--------------------------------------------------------------------------------------------------397 //--------------------------------------------------------------------------------------------------415 //--------------------------------------------------------------------------------------------------419 //--------------------------------------------------------------------------------------------------434 //--------------------------------------------------------------------------------------------------438 //--------------------------------------------------------------------------------------------------459 //--------------------------------------------------------------------------------------------------463 //--------------------------------------------------------------------------------------------------477 //--------------------------------------------------------------------------------------------------481 //--------------------------------------------------------------------------------------------------541 //--------------------------------------------------------------------------------------------------545 //--------------------------------------------------------------------------------------------------549 //--------------------------------------------------------------------------------------------------554 //--------------------------------------------------------------------------------------------------558 //--------------------------------------------------------------------------------------------------562 //--------------------------------------------------------------------------------------------------566 //--------------------------------------------------------------------------------------------------570 //--------------------------------------------------------------------------------------------------574 //--------------------------------------------------------------------------------------------------579 //--------------------------------------------------------------------------------------------------583 //--------------------------------------------------------------------------------------------------587 //--------------------------------------------------------------------------------------------------591 //--------------------------------------------------------------------------------------------------595 //--------------------------------------------------------------------------------------------------599 //--------------------------------------------------------------------------------------------------603 //--------------------------------------------------------------------------------------------------607 //--------------------------------------------------------------------------------------------------611 //--------------------------------------------------------------------------------------------------615 //--------------------------------------------------------------------------------------------------626 //--------------------------------------------------------------------------------------------------628 (635 //--------------------------------------------------------------------------------------------------646 //--------------------------------------------------------------------------------------------------648 (654 //--------------------------------------------------------------------------------------------------660 //--------------------------------------------------------------------------------------------------666 //--------------------------------------------------------------------------------------------------672 //--------------------------------------------------------------------------------------------------678 //--------------------------------------------------------------------------------------------------684 //--------------------------------------------------------------------------------------------------690 //--------------------------------------------------------------------------------------------------696 //--------------------------------------------------------------------------------------------------702 //--------------------------------------------------------------------------------------------------708 //--------------------------------------------------------------------------------------------------715 //--------------------------------------------------------------------------------------------------721 //--------------------------------------------------------------------------------------------------728 //--------------------------------------------------------------------------------------------------734 //--------------------------------------------------------------------------------------------------741 //--------------------------------------------------------------------------------------------------747 //--------------------------------------------------------------------------------------------------754 //--------------------------------------------------------------------------------------------------760 //--------------------------------------------------------------------------------------------------766 //--------------------------------------------------------------------------------------------------772 //--------------------------------------------------------------------------------------------------778 //--------------------------------------------------------------------------------------------------784 //--------------------------------------------------------------------------------------------------790 //--------------------------------------------------------------------------------------------------796 //--------------------------------------------------------------------------------------------------802 //--------------------------------------------------------------------------------------------------808 //--------------------------------------------------------------------------------------------------821 //--------------------------------------------------------------------------------------------------825 //--------------------------------------------------------------------------------------------------832 //--------------------------------------------------------------------------------------------------841 //--------------------------------------------------------------------------------------------------848 //--------------------------------------------------------------------------------------------------860 //--------------------------------------------------------------------------------------------------870 //--------------------------------------------------------------------------------------------------881 //--------------------------------------------------------------------------------------------------891 //--------------------------------------------------------------------------------------------------902 //--------------------------------------------------------------------------------------------------909 //--------------------------------------------------------------------------------------------------920 //--------------------------------------------------------------------------------------------------927 //--------------------------------------------------------------------------------------------------933 //--------------------------------------------------------------------------------------------------939 //--------------------------------------------------------------------------------------------------946 //--------------------------------------------------------------------------------------------------953 //--------------------------------------------------------------------------------------------------965 //--------------------------------------------------------------------------------------------------975 //--------------------------------------------------------------------------------------------------982 //--------------------------------------------------------------------------------------------------992 //--------------------------------------------------------------------------------------------------998 //--------------------------------------------------------------------------------------------------1011 //--------------------------------------------------------------------------------------------------1015 //--------------------------------------------------------------------------------------------------1022 //--------------------------------------------------------------------------------------------------1031 //--------------------------------------------------------------------------------------------------1038 //--------------------------------------------------------------------------------------------------1047 //--------------------------------------------------------------------------------------------------1054 //--------------------------------------------------------------------------------------------------1063 //--------------------------------------------------------------------------------------------------1070 //--------------------------------------------------------------------------------------------------1079 //--------------------------------------------------------------------------------------------------1086 //--------------------------------------------------------------------------------------------------1095 //--------------------------------------------------------------------------------------------------1102 //--------------------------------------------------------------------------------------------------1111 //--------------------------------------------------------------------------------------------------1118 //--------------------------------------------------------------------------------------------------1127 //--------------------------------------------------------------------------------------------------1134 //--------------------------------------------------------------------------------------------------1143 //--------------------------------------------------------------------------------------------------1150 //--------------------------------------------------------------------------------------------------1152 * This function must be called to enable the automatic gain control on the selected audio stream.1159 //--------------------------------------------------------------------------------------------------1166 //--------------------------------------------------------------------------------------------------1168 * This function must be called to disable the automatic gain control on the selected audio stream.1175 //--------------------------------------------------------------------------------------------------1182 //--------------------------------------------------------------------------------------------------1190 //--------------------------------------------------------------------------------------------------1197 //--------------------------------------------------------------------------------------------------1205 //--------------------------------------------------------------------------------------------------1212 //--------------------------------------------------------------------------------------------------1221 //--------------------------------------------------------------------------------------------------1228 //--------------------------------------------------------------------------------------------------1237 //--------------------------------------------------------------------------------------------------1244 //--------------------------------------------------------------------------------------------------1253 //--------------------------------------------------------------------------------------------------1260 //--------------------------------------------------------------------------------------------------1266 //--------------------------------------------------------------------------------------------------1272 //--------------------------------------------------------------------------------------------------1278 //--------------------------------------------------------------------------------------------------1284 //--------------------------------------------------------------------------------------------------1290 //--------------------------------------------------------------------------------------------------1296 //--------------------------------------------------------------------------------------------------1302 //--------------------------------------------------------------------------------------------------1308 //--------------------------------------------------------------------------------------------------1314 //--------------------------------------------------------------------------------------------------1320 //--------------------------------------------------------------------------------------------------1335 * thus share file offset. So, once a playback has reached the end of file, the application must1344 //--------------------------------------------------------------------------------------------------1354 //--------------------------------------------------------------------------------------------------1362 * @note the fd is closed by the IPC API. To use again the same pipe, the fd parameter can be set1364 * If the fd as to be kept on its side, the application should duplicate the fd (e.g., using dup() )1368 //--------------------------------------------------------------------------------------------------1378 //--------------------------------------------------------------------------------------------------1387 * @note the fd is closed by the API. To record again the same file, the fd parameter can be set to1389 * If the fd as to be kept on its side, the application should duplicate the fd (e.g., using dup() )1393 //--------------------------------------------------------------------------------------------------1403 //--------------------------------------------------------------------------------------------------1411 * @note the fd is closed by the API. To use again the same pipe, the fd parameter can be set to1413 * If the fd as to be kept on its side, the application should duplicate the fd (e.g., using dup() )1416 //--------------------------------------------------------------------------------------------------1426 //--------------------------------------------------------------------------------------------------1436 //--------------------------------------------------------------------------------------------------1443 //--------------------------------------------------------------------------------------------------1451 //--------------------------------------------------------------------------------------------------1458 //--------------------------------------------------------------------------------------------------1466 //--------------------------------------------------------------------------------------------------1473 //--------------------------------------------------------------------------------------------------1481 //--------------------------------------------------------------------------------------------------1488 //--------------------------------------------------------------------------------------------------1496 //--------------------------------------------------------------------------------------------------1506 //--------------------------------------------------------------------------------------------------1514 //--------------------------------------------------------------------------------------------------1524 //--------------------------------------------------------------------------------------------------1532 //--------------------------------------------------------------------------------------------------1542 //--------------------------------------------------------------------------------------------------1550 //--------------------------------------------------------------------------------------------------1560 //--------------------------------------------------------------------------------------------------1568 //--------------------------------------------------------------------------------------------------1578 //--------------------------------------------------------------------------------------------------1586 //--------------------------------------------------------------------------------------------------1596 //--------------------------------------------------------------------------------------------------1609 //--------------------------------------------------------------------------------------------------1625 //--------------------------------------------------------------------------------------------------1627 * This function must be called to ask to the Mobile Network to generate on the remote audio party1638 //--------------------------------------------------------------------------------------------------1651 //--------------------------------------------------------------------------------------------------1659 //--------------------------------------------------------------------------------------------------1669 //--------------------------------------------------------------------------------------------------1677 //--------------------------------------------------------------------------------------------------1687 //--------------------------------------------------------------------------------------------------1695 //--------------------------------------------------------------------------------------------------1705 //--------------------------------------------------------------------------------------------------1713 //--------------------------------------------------------------------------------------------------1723 //--------------------------------------------------------------------------------------------------1731 //--------------------------------------------------------------------------------------------------1741 //--------------------------------------------------------------------------------------------------1749 //--------------------------------------------------------------------------------------------------1759 //--------------------------------------------------------------------------------------------------1770 //--------------------------------------------------------------------------------------------------1780 //--------------------------------------------------------------------------------------------------1790 //--------------------------------------------------------------------------------------------------1800 //--------------------------------------------------------------------------------------------------1807 //--------------------------------------------------------------------------------------------------1813 //--------------------------------------------------------------------------------------------------1820 //--------------------------------------------------------------------------------------------------le_result_t le_audio_SetSamplePcmSamplingRate(le_audio_StreamRef_t streamRef, uint32_t rate)le_result_t le_audio_GetSamplePcmSamplingRate(le_audio_StreamRef_t streamRef, uint32_t *ratePtr)le_result_t le_audio_DisableNoiseSuppressor(le_audio_StreamRef_t streamRef)le_result_t le_audio_Pause(le_audio_StreamRef_t streamRef)le_result_t le_audio_PlayDtmf(le_audio_StreamRef_t streamRef, const char *dtmf, uint32_t duration, uint32_t pause)uint32_t le_audio_GetPcmSamplingResolution(void)le_result_t le_audio_SetSamplePcmChannelNumber(le_audio_StreamRef_t streamRef, uint32_t nbChannel)le_result_t le_audio_GetSamplePcmChannelNumber(le_audio_StreamRef_t streamRef, uint32_t *nbChannelPtr)le_result_t le_audio_DisableEchoCanceller(le_audio_StreamRef_t streamRef)le_result_t le_audio_SetPcmSamplingRate(uint32_t rate)le_result_t le_audio_RecordFile(le_audio_StreamRef_t streamRef, int fd)MU-law PCM (i.e. North America and Japan).Definition: le_audio_interface.h:425le_audio_StreamRef_t le_audio_OpenModemVoiceTx(void)le_result_t le_audio_GetSampleAmrDtx(le_audio_StreamRef_t streamRef, bool *dtxPtr)le_audio_StreamRef_t le_audio_OpenI2sTx(le_audio_I2SChannel_t mode)void(* le_audio_DtmfDetectorHandlerFunc_t)(le_audio_StreamRef_t streamRef, char dtmf, void *contextPtr)Definition: le_audio_interface.h:648le_audio_StreamRef_t le_audio_OpenI2sRx(le_audio_I2SChannel_t mode)le_result_t le_audio_GetSamples(le_audio_StreamRef_t streamRef, int fd)le_result_t le_audio_Flush(le_audio_StreamRef_t streamRef)le_result_t le_audio_DisableIirFilter(le_audio_StreamRef_t streamRef)struct le_audio_Stream * le_audio_StreamRef_tDefinition: le_audio_interface.h:588AMR Narrowband in 7.4kbps (default value)Definition: le_audio_interface.h:499le_result_t le_audio_GetProfile(uint32_t *profilePtr)le_result_t le_audio_TryConnectService(void)le_audio_StreamRef_t le_audio_OpenUsbTx(void)le_result_t le_audio_Connect(le_audio_ConnectorRef_t connectorRef, le_audio_StreamRef_t streamRef)le_result_t le_audio_Unmute(le_audio_StreamRef_t streamRef)le_audio_StreamRef_t le_audio_OpenSpeaker(void)struct le_audio_Connector * le_audio_ConnectorRef_tDefinition: le_audio_interface.h:596le_result_t le_audio_GetPlatformSpecificGain(const char *gainName, int32_t *gainPtr)le_result_t le_audio_EnableFirFilter(le_audio_StreamRef_t streamRef)void le_audio_RemoveDtmfDetectorHandler(le_audio_DtmfDetectorHandlerRef_t addHandlerRef)uint32_t le_audio_GetPcmSamplingRate(void)le_result_t le_audio_MuteCallWaitingTone(void)le_result_t le_audio_PlaySamples(le_audio_StreamRef_t streamRef, int fd)le_audio_I2SChannel_t le_audio_GetDefaultI2sMode(void)struct le_audio_DtmfDetectorHandler * le_audio_DtmfDetectorHandlerRef_tDefinition: le_audio_interface.h:612le_result_t le_audio_DisableAutomaticGainControl(le_audio_StreamRef_t streamRef)le_audio_ConnectorRef_t le_audio_CreateConnector(void)le_result_t le_audio_PlayFile(le_audio_StreamRef_t streamRef, int fd)le_audio_StreamRef_t le_audio_OpenPcmTx(uint32_t timeslot)le_result_t le_audio_SetPcmCompanding(le_audio_Companding_t companding)le_result_t le_audio_GetSamplePcmSamplingResolution(le_audio_StreamRef_t streamRef, uint32_t *samplingResPtr)le_result_t le_audio_SetProfile(uint32_t profile)void(* le_audio_MediaHandlerFunc_t)(le_audio_StreamRef_t streamRef, le_audio_MediaEvent_t event, void *contextPtr)Definition: le_audio_interface.h:628le_audio_StreamRef_t le_audio_OpenModemVoiceRx(void)le_audio_StreamRef_t le_audio_OpenRecorder(void)le_result_t le_audio_Resume(le_audio_StreamRef_t streamRef)void le_audio_Close(le_audio_StreamRef_t streamRef)A-law PCM (i.e. Europe and most of the rest of the world).Definition: le_audio_interface.h:422le_audio_StreamRef_t le_audio_OpenPlayer(void)void le_audio_DisconnectService(void)uint32_t le_audio_GetDefaultPcmTimeSlot(void)le_result_t le_audio_Stop(le_audio_StreamRef_t streamRef)le_result_t le_audio_SetGain(le_audio_StreamRef_t streamRef, int32_t gain)le_audio_StreamRef_t le_audio_OpenPcmRx(uint32_t timeslot)le_result_t le_audio_SetPcmSamplingResolution(uint32_t bitsPerSample)struct le_audio_MediaHandler * le_audio_MediaHandlerRef_tDefinition: le_audio_interface.h:604le_result_t le_audio_SetEncodingFormat(le_audio_StreamRef_t streamRef, le_audio_Format_t format)le_audio_StreamRef_t le_audio_OpenUsbRx(void)le_result_t le_audio_EnableEchoCanceller(le_audio_StreamRef_t streamRef)le_result_t le_audio_SetSampleAmrMode(le_audio_StreamRef_t streamRef, le_audio_AmrMode_t mode)le_result_t le_audio_DisableFirFilter(le_audio_StreamRef_t streamRef)Recording/playback has encountered an error.Definition: le_audio_interface.h:406le_result_t le_audio_PlaySignallingDtmf(const char *dtmf, uint32_t duration, uint32_t pause)void le_audio_ConnectService(void)le_result_t le_audio_GetGain(le_audio_StreamRef_t streamRef, int32_t *gainPtr)le_result_t le_audio_SetSampleAmrDtx(le_audio_StreamRef_t streamRef, bool dtx)le_result_t le_audio_SetPlatformSpecificGain(const char *gainName, int32_t gain)le_result_t le_audio_SetSamplePcmSamplingResolution(le_audio_StreamRef_t streamRef, uint32_t samplingRes)le_audio_MediaHandlerRef_t le_audio_AddMediaHandler(le_audio_StreamRef_t streamRef, le_audio_MediaHandlerFunc_t handlerPtr, void *contextPtr)le_result_t le_audio_GetEncodingFormat(le_audio_StreamRef_t streamRef, le_audio_Format_t *formatPtr)le_audio_Companding_t le_audio_GetPcmCompanding(void)le_audio_DtmfDetectorHandlerRef_t le_audio_AddDtmfDetectorHandler(le_audio_StreamRef_t streamRef, le_audio_DtmfDetectorHandlerFunc_t handlerPtr, void *contextPtr)void le_audio_Disconnect(le_audio_ConnectorRef_t connectorRef, le_audio_StreamRef_t streamRef)void le_audio_DeleteConnector(le_audio_ConnectorRef_t connectorRef)le_result_t le_audio_EnableNoiseSuppressor(le_audio_StreamRef_t streamRef)le_result_t le_audio_UnmuteCallWaitingTone(void)void le_audio_RemoveMediaHandler(le_audio_MediaHandlerRef_t addHandlerRef)le_result_t le_audio_GetSampleAmrMode(le_audio_StreamRef_t streamRef, le_audio_AmrMode_t *modePtr)le_audio_StreamRef_t le_audio_OpenMic(void)le_result_t le_audio_EnableIirFilter(le_audio_StreamRef_t streamRef)le_result_t le_audio_EnableAutomaticGainControl(le_audio_StreamRef_t streamRef)le_result_t le_audio_Mute(le_audio_StreamRef_t streamRef)