MP3デコーダー¶
MP3 Decoder
MP3形式で提供されるオーディオデータストリームをデコードします。
Decode an audio data stream provided in MP3 format.
アプリケーション例¶
Application Examples
このAPIの実装は、次の例で示されています:
Implementation of this API is demonstrated in the following examples:
APIリファレンス¶
API Reference
関数¶
Functions
-
audio_element_handle_t
mp3_decoder_init
(mp3_decoder_cfg_t *config)¶ 着信MP3データをデコードするためのオーディオ要素ハンドルを作成します。
Create an Audio Element handle to decode incoming MP3 data.
- Return
- オーディオエレメントハンドル
The audio element handle
- Parameters
config
: 構成config
: The configuration