myAudioRead

Read an audio file to create an audio object

Contents

Syntax

Description

Example

audioFile='atLeastYouAreHere.mp3';
au=myAudioRead(audioFile);
disp(au);
                 signal: [317424×2 double]
                     fs: 44100
                  nbits: 16
                   file: 'atLeastYouAreHere.mp3'
    amplitudeNormalized: 1

See Also

audio2file.


Top page   Next: mmSetCollect.m   Prev:myLinRegressEval.m