Skip to content

Transform Audio Node

Audio

Decode audio, apply gain/normalization/fades, and write WAV PCM output

video_transform_audiomedia
Inputs10
Outputs3
Security exposure7/10
Packagemedia

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
7/10High
PrivacyPotential sensitivity of processed data.
8/10High
PerformanceRuntime or resource pressure.
7/10High
GovernancePolicy, audit, or compliance impact.
8/10High
ReliabilityOperational stability considerations.
7/10High
CostExternal or compute cost impact.
10/10High

Input Pins

10

Input

Execution
exec_in

Trigger

Source

Struct
source

Source audio/media FlowPath

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Target

Struct
target

Target WAV FlowPath

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Audio Track

Integer
audio_track_id

Audio track id, or 0 for default

Default 0

Gain

Float
gain_factor

Linear gain factor

Default 1

Gain dB

Float
gain_db

Gain in decibels

Default 0

Normalize Peak

Float
normalize_peak

Target peak amplitude, or 0 to skip

Default 0

Fade In

Float
fade_in_seconds

Fade-in seconds

Default 0

Fade Out

Float
fade_out_seconds

Fade-out seconds

Default 0

Fade Shape

String
fade_shape

linear or equal_power

Default linear

Output Pins

3

Done

Execution
exec_out

Continues

Result

Struct
result

Written WAV FlowPath

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Report

Struct
report

Audio transform report

AudioTransformReportAudioTransformReport9 fields
sourcestringrequired
targetstringrequired
source_formatstringrequired
target_formatstringrequired
audio_track_idinteger:uint32required
format uint32min 0
input_packetsinteger:uintrequired
format uintmin 0
decoded_framesinteger:uintrequired
format uintmin 0
encoded_audio_packetsinteger:uintrequired
format uintmin 0
bytes_writteninteger:uint64required
format uint64min 0

Node Info

Internal name
video_transform_audio
Category
Audio