Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 564 Bytes

filter_resample.rst

File metadata and controls

20 lines (12 loc) · 564 Bytes

Resample Filter

The Resample Filter is an Audio Element <../framework/audio_element> designed to downsample or upsample the incoming data stream as well as to convert the data between stereo and mono.

Application Example

Implementation of this API is demonstrated in the following examples:

  • audio_processing/pipeline_resample
  • audio_processing/pipeline_spiffs_amr_resample
  • get-started/play_mp3_control

API Reference