オーディオ処理

Audio Processing

オーディオストリームのコンテンツを変更するためにESP-ADFに実装されているオプションがいくつかあります:

There are couple of options implemented in the ESP-ADF to modify contents of an audio stream:
  • ダウンミックスを使用して2つのオーディオストリームのコンテンツを結合します
  • Combine contents of two audio streams using Downmix
  • 10バンドイコライザーを適用します
    Apply ten band Equalizer
  • リサンプルフィルターを使用して、オーディオサンプリング周波数を変更し、シングルチャネルと2チャネルの間で変換します
    Change audio sampling frequency and convert between single and two channel with Resample Filter
  • ソニックを使用してストリームのピッチと速度を変更する
    Modify pitch and speed of the stream using Sonic

以下の各APIの説明を参照してください。

Please refer to description of respective APIs below.