audiosupportedformats

Get audio file supported formats.

Syntax

  • formats = audiosupportedformats()

Output argument

  • formats - struct array with 'Name', 'Extension', 'Subformats' fieldnames.

Description

audiosupportedformats returns a structure with supported audio file formats.

Example

formats = audiosupportedformats(); for k = [1: length(formats)] formats(k).Name formats(k).Extension formats(k).Subformats end

History

VersionDescription
1.0.0initial version

Author

Allan CORNET