Extract Audio Info
Jump to navigation
Jump to search
File:TArduinoExtractAudioInfo.png
Summary
Extracts information from an incoming audio buffer, including format and channel details.
Description
The **Extract Audio Info** component analyzes an incoming audio signal and provides detailed information about the buffer. It outputs the number of **Bits Per Sample**, the number of **Channels**, the **Sample Rate**, and the audio **Data** itself. This component is useful for audio processing, format conversions, and debugging audio streams.
Diagram:
Categories
- File:TArduinoAudioCategory.png Category Audio – Audio signal analysis and processing components.
Properties
- Enabled – Enables or disables the component.
Pins
Input Pins
- In – Audio input buffer.
Output Pins
- Bits Per Sample – Number of bits per sample in the input buffer.
- Channels – Number of audio channels in the input buffer.
- Sample Rate – Sample rate of the audio input.
- Data – Audio buffer data extracted from the input.