Change Audio Buffer Format(Repacket)

From Visuino
Revision as of 03:50, 23 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoChangeAudioBufferFormat.png == Summary == Modifies the audio buffer format including Bits Per Sample, Channels, and Sample Rate. == Description == The **Change Audio Buffer Format (Repacket)** component allows conversion of audio buffers to different formats. You can configure **Bits Per Sample**, the number of **Channels**, and **Sample Rate** for the audio data. Each property can be enabled or disabled independently, allowing selective m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoChangeAudioBufferFormat.png

Summary

Modifies the audio buffer format including Bits Per Sample, Channels, and Sample Rate.

Description

The **Change Audio Buffer Format (Repacket)** component allows conversion of audio buffers to different formats. You can configure **Bits Per Sample**, the number of **Channels**, and **Sample Rate** for the audio data. Each property can be enabled or disabled independently, allowing selective modifications of the audio stream. This is useful for preparing audio data for different processing modules, playback devices, or transmission protocols.

Diagram:

Categories

Properties

  • Bits Per Sample – Enables and sets the number of bits per sample (8, 16, 24, 32).
  • Channels – Enables and configures the number of audio channels (add, edit, or remove channels).
  • Sample Rate – Enables and sets the audio sample rate (8000, 11025, 16000, 22050, 32000, 44100, 48000, 96000, 192000 Hz).

Pins

Input Pins

  • In – Audio input buffer.

Output Pins

  • Out – Audio output buffer with modified format.