Audio To Binary

From Visuino
Revision as of 00:56, 14 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoAudioToBinary.png == Summary == Converts audio input into binary data, optionally including audio format information. == Description == The **Audio To Binary** component receives an audio signal and encodes it into binary form. You can choose to include the audio format metadata in the output by enabling the **Include Format** property. *Enabled controls whether the component is active. When **Enabled** is **False**, the component is disabled and n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoAudioToBinary.png

Summary

Converts audio input into binary data, optionally including audio format information.

Description

The **Audio To Binary** component receives an audio signal and encodes it into binary form. You can choose to include the audio format metadata in the output by enabling the **Include Format** property.

  • Enabled controls whether the component is active. When **Enabled** is **False**, the component is disabled and nothing is passed through.

Diagram:

Categories

Properties

  • Enabled – When **False**, the component is disabled and no data is passed through.
  • Include Format – When **True**, includes audio format metadata in the output binary stream.

Pins

  • In – Audio signal input.
  • Out – Binary data output.