Binary To Audio
Jump to navigation
Jump to search
File:TArduinoBinaryToAudio.png
Summary
Converts binary data into an audio signal based on the specified audio format settings.
Description
The **Binary To Audio** component takes incoming binary data and interprets it as audio samples. You can control the output format via the **Bits Per Sample**, **Audio Channels**, **Extract From Data**, and **Sample Rate** properties.
When you select the **Channels** property and click the **…** (three dots) button, the **Channels** Audio Editor opens, allowing you to add or configure multiple audio channels.
- 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.
- Bits Per Sample – Number of bits per audio sample (default: **16**).
- Audio Channels – Number of audio channels (default: **1**). Click the **…** button to open the Channels Audio Editor to add or edit channels.
- Extract From Data – If **True**, audio format is determined from the binary data.
- Sample Rate – Audio sample rate in Hz (default: **44100**).
Pins
- In – Binary data input.
- Out – Audio signal output.