audiometadata

Get/Set metadata of audio file .

📝 Syntax

  • info = audiometadata(filename)

  • info_previous = audiometadata(filename, info_new)

📥 Input argument

  • filename - a string: an valid audio filename.

  • info_new - a struct: new information about audio file to set.

📤 Output argument

  • info - a struct: information about audio file.

  • info_previous - a struct: previous information about audio file.

📄 Description

audiometadata returns a structure with metadata of an audio file.

audiometadata manages all tags available in the audio file.

Many audio formats are supported as OGG, FLAC, WAV, RAW.

💡 Examples

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?