FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder

FlexPro Documentation 2025

ReadWaveFile

Reads an audio file as a signal or signal series.

Syntax

ReadWaveFile(File)

 

The syntax of the ReadWaveFile function consists of the following parts:

Part

Description

File

String with the path of the audio file to be read.

Permitted data structures are Scalar value. Supported data types are String (file name).

Remarks

For mono files, the result is a signal. The result is a signal series for multi-channel files.

If the argument is a list, then the function is executed for each element of the list and the result is also a list.

Available in

FlexPro View, Basic, Professional, Developer Suite

Examples

ReadWaveFile("c:\\examples\\file.wav")

Imports an audio file.

See Also

Data Import