Audio Logger

Prev Next

Audio Logger Node. Stores the inputted audio to object storage in a Wave format.

Parameters

name
description
default
Channel Count The channel count of the inputted audio 1
Encoding Desired encoding of the stored audio, PCM for quality, ULaw for storage PCM
Postfix Postfix for identifying the audio files. Can only contain alphanumeric characters or '_' audio
Channel Count

Channel Count must be left as 1 unless a Mono to Stereo Mixer is directly connected as the only streaming audio input to the Audio Logger. You can check the Project Structure section for more information.

Inputs

Audio

  Accepts mono or stereo audio from a single channel.

Events

 None

Outputs

Audio

 None

Events

 None

Remarks

Requirements

Server Configuration

MinIO Node Audio Logging must be enabled in the server configurations by the system administrator for this node to function properly.

Project Structure

This node can be given any audio connection to log a wave file.

An example Audio Logger node that collects and stores modified streaming audio.

image.png

The node above will collect audio through the session and log it as a single wave file.

An example Audio Logger node that collects and stores TTS Outputs is like.

image.png

The node above will collect each TTS output separately and log each output in a different wave file.

image.png

The node above will collect all the audio through the session that comes from Batch To Stream Audio Merger, and log it in a Stream wave file, and collect each of the TTS outputs and log them in separate Batch wave files.

image.png

Channel Count

Channel Count must be set to 2 if and only if a Mono to Stereo Mixer node is directly connected as the only streaming audio input.

Supported flow types

Batch, Stream

Release Notes

v4.5.0
  • Introduced node.