Scilab Function

loadwave - load a sound <<wav>> file into scilab

Sequence d'appel

x=loadwave('file-name');
[x,y]=loadwave('file-name');

Parametres

Description

Reads a .wav sound file into Scilab. If y is given, it is filled with information about the sample. (See the message sent by loadwave).

Voir aussi