
Contents |
Sound (WAV)
Import waveform audio file
1. impWav;
2. impWav fname:="c:\Sample.wav";
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| File Name | fname |
Input string | | Filename of the file to be imported. |
| File Info | trFiles |
Input TreeNode | | Basic information of the file(s) to be imported. Here it is just the size of the file. |
| Import Options | options |
Input TreeNode | | This is used to set the import options in the dialog. Please see the Description part of this document for details. |
| Output | orng |
Output Range | | This is used to specify the output range.
See the syntax here. |
| Header Info | trheader |
Output TreeNode | | This is for outputting the header information. It is hidden from the GUI. Users are not advised to use this variable. |
| Repeat Import | reimp |
Input int | | Specifies whether or not reimport is allowed. |
This X-Function is used for importing Sound (Wav) files.
The X-Function can be accessed from menu and Command Window.
impWav -d in command window.