Repeat Audio: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoRepeatAudio.png == Summary == The **Repeat Audio** component outputs a repeated sequence of an audio signal a specified number of times. == Description == This component takes an audio input and duplicates it according to the configured count. Useful for audio testing, looping, or signal processing applications. <b>Diagram:</b> Image:TArduinoRepeatAudio.Preview.png == Properties == *'''Enabled''' (boolean) – Enables or disables the repeat..." |
(No difference)
|
Latest revision as of 02:34, 14 September 2025
Summary
The **Repeat Audio** component outputs a repeated sequence of an audio signal a specified number of times.
Description
This component takes an audio input and duplicates it according to the configured count. Useful for audio testing, looping, or signal processing applications.
Diagram:
Properties
- Enabled (boolean) – Enables or disables the repeating function.
- Count (integer) – Number of times the input audio is repeated.
Pins
Input Pins
- in – Input audio signal to repeat.
Output Pins
- out – Output audio sequence with repeated values.
Categories
- File:TArduinoAudioCategory.png Category Audio – Audio signal components.