Sound File Read
- 更新时间2023-02-17
- 阅读时长1分钟
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.