Class ZoomParameters
Inheritance
ZoomParameters
Assembly: AudioAnalysisTools.dll
public class ZoomParameters
Constructors
|
Improve this Doc
View Source
Declaration
public ZoomParameters(DirectoryInfo inputDirectory, FileInfo config, bool omitBasename)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public Dictionary<string, IndexDistributions.SpectralStats> IndexDistributions { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public IndexGenerationData IndexGenerationData { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool OmitBasename { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string OriginalBasename { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public SpectrogramZoomingConfig SpectrogramZoomingConfig { get; }
Property Value
Methods
|
Improve this Doc
View Source
Read in required files.
We expect a valid indices output directory (the input directory in this action)
to contain a SpectralIndexStatistics.json and a IndexGenerationData.json file.
Declaration
public static (FileInfo indexGenerationDataFile, FileInfo indexDistributionsFile) CheckNeededFilesExist(DirectoryInfo indicesDirectory)
Parameters
Returns
Extension Methods