Audio Snapshot
Jump to navigation
Jump to search
File:TArduinoAudioSnapshot.png
Summary
Captures a snapshot of the incoming audio signal for processing or analysis.
Description
The **Audio Snapshot** component allows you to take a single snapshot of the current audio signal when the **Snapshot** pin is triggered. The captured data is then output as an array through the **Out** pin. This is useful for analyzing audio segments, creating visualizations, or processing audio in discrete blocks.
Diagram:
Categories
- File:TArduinoAudioCategory.png Category Audio – Audio signal capture and processing components.
- File:TArduinoArrayCategory.png Category Array – Analog array generation and manipulation.
Properties
- Enabled – Enables or disables the component.
Pins
Input Pins
- In – Audio input signal to capture.
- Snapshot – Trigger input to take a snapshot of the current audio signal.
Output Pins
- Out – Output array containing the captured audio snapshot.