Export to WAV
Description
In SAFE you can export datasets to .wav
, .flac
and .ogg
files, to make it convenient to process data further in
other programs or programming languages. .wav
files can also be used to conveniently listen to sounds.
Input
The input is MxN
and is a dataset. If multiple columns exists in the dataset then multiple .wav
will be created.
Attributes
Attribute | Value |
---|---|
Name | ExportToWAV |
File Name | ☐ ExportToWav |
Path | $project/ExportToWav |
Overwrite | True |
Inputs | 1 |
Name
Name specifies the name of the block.
File Name
File name specifies the name of the wav file or files that SAFE should create if it does not exists.
Path
Path specifies the path where the exported .wav
file should be placed.
Overwrite
Overwrite specifies if True
when an export happens, the new export should overwrite an existing file with the same name, or
if False
creates a new file with the same name + (1).
Inputs
Inputs specifies the number of inputs(s) the block will have. Currently there can only be a single input.