jason-mao/av_processor

0.6.4

Latest
uploaded 1 day ago
Audio/Video Processor module for ESP-GMF

10 examples

  • audio_afe
    This example demonstrates the use of the `av_processor` component for microphone-to-speaker loopback with AFE processing.
    3.73 MB
  • audio_echo
    This example demonstrates the use of the av_processor component for audio recording and playback using the ESP32-S3-KORVO2-V3 board.
    19.53 KB
  • audio_feeder_compare
    This example compares two playback paths: 'direct' feeds PCM frames directly, while 'elastic' smooths output with a buffer.
    14.95 KB
  • audio_mem_leak
    12.18 KB
  • audio_play_case
    This example validates the unified `audio_play_*` API and demonstrates playback and prompt handling with console commands.
    36.79 KB
  • audio_play_eq
    This example demonstrates a simple SD card playback pipeline with an EQ stage applied after playback. It initializes the audio output and SD card, opens a playback handle, creates an EQ task, and plays a test audio file.
    12.83 KB
  • audio_sr_vc_switch
    This example demonstrates creating two audio recorder instances for switching between wakeup capability and high audio quality.
    14.63 KB
  • audio_wn
    This example demonstrates using the av_processor component to test standalone WakeNet with custom frontend paths, showcasing audio_recorder and wake word event delivery.
    37.16 KB
  • video_preview
    This example demonstrates the use of the video_processor component for video passthrough functionality, utilizing video_capture and video_render modules.
    22.84 KB