Type: lib.numpy.conversion.ConvertToAudio

Namespace: lib.numpy.conversion

Description

Converts a array object back to an audio file. audio, conversion, array

Use cases:
- Save processed audio data as a playable file
- Convert generated or modified audio arrays to audio format
- Output results of audio processing pipelinesr

Properties

Property Type Description Default
values np_array The array to convert to an audio file. {'type': 'np_array', 'value': None, 'dtype': '<i8', 'shape': [1]}
sample_rate int The sample rate of the audio file. 44100

Outputs

Output Type Description
output audio  

Metadata

Browse other nodes in the lib.numpy.conversion namespace.