Repeat Audio

From Visuino
Revision as of 02:34, 14 September 2025 by Visuino (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File: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.

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