Audio To Binary
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
- File:TArduinoBinaryCategory.png Category Binary – Components related to binary data processing
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.