TableStorageFormat¶
- class audformat.define.TableStorageFormat[source]¶
Storage format of tables.
Specifies string values used as file extensions of the CSV and PKL files that are used to store a table or misc table. Those string values have to be provided as
storage_format
argument toaudformat.Database.save()
,audformat.MiscTable.save()
,audformat.Table.save()
, and when loading with toaudformat.Database.load()
,audformat.MiscTable.load()
,audformat.Table.load()
, only files with an extension matching the string values are considered.The exact string values for CSV files are part of the audformat specifications, and should never be changed by a user.