Reference
Components
Save Wave
Description
This component saves a memory buffer to a Wave file (.wav). You specify the path to the file, sampling rate and the sample format.
The sample format can be 16, 24 or 32 bit integer or 32 bit float. This is determined by a string supplied to the Format input. The string
should be “int16”, “int24”, “int32” or “float32”.
Send a trigger to the Save input to execute the save.
Connectors
Inputs Type Outputs
Memory buffer
Mem
Trigger to execute the save
Trigger
Full path to the file you want
to save to
String
Sampling rate (samples per
second)
Int
Sample format – one of
int16, int24, int32 or float32
String
368 of 494