WAVデコーダーとエンコーダー¶
WAV Decoder and Encoder
オーディオデータストリームを/からWAV形式にデコードおよびエンコードします。
Decode and encode an audio data stream from / to WAV format.
アプリケーション例¶
Application Examples
このAPIの実装は、次の例で示されています:
Implementation of this API is demonstrated in the following examples:
APIリファレンス-デコーダー¶
API Reference - Decoder
関数¶
Functions
-
audio_element_handle_t
wav_decoder_init
(wav_decoder_cfg_t *config)¶ 着信WAVデータをデコードするためのオーディオ要素ハンドルを作成します。
Create an Audio Element handle to decode incoming WAV data.
- Return
- オーディオエレメントハンドル
The audio element handle
- Parameters
config
: 構成config
: The configuration
APIリファレンス - エンコーダー¶
API Reference - Encoder
関数¶
Functions
-
audio_element_handle_t
wav_encoder_init
(wav_encoder_cfg_t *config)¶ オーディオ要素へのハンドルを作成して、WAV形式を使用して受信データをエンコードします。
Create a handle to an Audio Element to encode incoming data using WAV format.
- Return
- オーディオエレメントハンドル
The audio element handle
- Parameters
config
: 構成config
: The configuration