Sound File Read
- Updated2023-02-17
- 1 minute(s) read
Sound File Read
Reads data from a .wav file into an array of waveforms.
Note This node retrieves only uncompressed
.wav files. Read
.wav files in chunks to avoid using large amounts of memory.
Reads double-precision, floating-point numeric data from a .wav file into an array of waveforms.
Reads 16-bit signed integer numeric data from a .wav file into an array of waveforms.
Reads 32-bit signed integer numeric data from a .wav file into an array of waveforms.
Reads single-precision, floating-point numeric data from a .wav file into an array of waveforms.
Reads 8-bit unsigned integer numeric data from a .wav file into an array of waveforms.