Extract Audio Info

From Visuino
Revision as of 03:54, 23 August 2025 by Visuino (talk | contribs) (Created page with "Image: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, form...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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.