AMRデコーダーとエンコーダー¶
AMR Decoder and Encoder
オーディオデータストリームを/からAMR形式にデコードおよびエンコードします。 エンコーダーはAMRNB形式とAMRWB形式の両方をカバーします。
Decode and encode an audio data stream from / to AMR format. Encoders cover both AMRNB and AMRWB formats.
アプリケーション例¶
Application Examples
このAPIの実装は、次の例で示されています:
Implementation of this API is demonstrated in the following examples:
APIリファレンス - デコーダ¶
API Reference - Decoder
関数¶
Functions
-
audio_element_handle_t
amr_decoder_init
(amr_decoder_cfg_t *config)¶ 着信AMRデータをデコードするためのオーディオエレメントハンドルを作成します。
Create an Audio Element handle to decode incoming AMR data.
- Return
- オーディオエレメントハンドル
The audio element handle
- Parameters
config
: 構成config
: The configuration
APIリファレンス - AMRNBエンコーダー¶
API Reference - AMRNB Encoder
関数¶
Functions
-
audio_element_handle_t
amrnb_encoder_init
(amrnb_encoder_cfg_t *config)¶ 着信AMRNBデータをエンコードするためのオーディオ要素ハンドルを作成します。
Create an Audio Element handle to encode incoming AMRNB data.
- Return
- オーディオエレメントハンドル
The audio element handle
- Parameters
config
: 構成config
: The configuration
APIリファレンス - AMRWBエンコーダー¶
API Reference - AMRWB Encoder
関数¶
Functions
-
audio_element_handle_t
amrwb_encoder_init
(amrwb_encoder_cfg_t *config)¶ 着信amrwbデータをエンコードするためのオーディオ要素ハンドルを作成します。
Create an Audio Element handle to encode incoming amrwb data.
- Return
- オーディオエレメントハンドル
The audio element handle
- Parameters
config
: 構成config
: The configuration