我要评分
获取效率
正确性
完整性
易理解

Change Description

New Features

Library

HMPPA (audio library)

Description

Implemented Enhanced Voice Services (EVS) decoding for the audio library based on the Kunpeng 920 processor. The following four interfaces are added:

  • HMPPA_Evs_GetDecodeDstBufLen_8u16s: obtains the size of memory required for decoding and allocates memory.
  • HMPPA_Evs_DecodeInit_8u16s: initializes structures.
  • HMPPA_Evs_Decode_8u16s: main function of the decoding function.
  • HMPPA_Evs_DecodeRelease_8u16s: releases the allocated memory space.

Modified Features

None

Removed Features

None