User`s guide

R2013a
5-28
Attribute Value
Authentication HTTP authentication mechanism.
Currently, only basic authentication is
supported.
Username User identifier.
Password User authentication string.
Additional audio and video file reading capabilities using Import Wizard
and importdata function
The Import Wizard and the importdata function now import all audio file formats
supported by the audioread function, including WAV, FLAC, and OGG files on all
platforms, and MP3 and MPEG-4 AAC files on Windows 7 (or later), Macintosh, and
Linux platforms.
The Import Wizard and the importdata function now import all video file formats
supported by the VideoReader class.
sound function nonblocking
The sound function now returns immediately. In R2012b and earlier releases, sound
blocked until all audio played back.
Compatibility Considerations
To play audio with blocking, use playblocking(audioplayer(y,Fs)) instead of
sound(y,Fs).
Functionality being removed or changed
Functionality What Happens
When You Use This
Functionality?
Use This Instead Compatibility Considerations
aufinfo Still runs audioinfo Replace all instances of
aufinfo with audioinfo.