Class Audio2Sonogram.Arguments
Inheritance
Audio2Sonogram.Arguments
Inherited Members
Namespace: AnalysisPrograms.SpectrogramGenerator
Assembly: AnalysisPrograms.dll
Syntax
[Command(Name = "Audio2Sonogram", Description = "[BETA] Generates multiple standard-scale spectrograms")]
public class Arguments : SourceConfigOutputDirArguments
Properties
| Improve this Doc View SourceEndOffset
Declaration
[Option(Description = "The end offset to stop analyzing (in seconds)")]
[InRange(0, 1.7976931348623157E+308)]
public double? EndOffset { get; set; }
Property Value
| Improve this Doc View SourceStartOffset
Declaration
[Option(Description = "The start offset to start analyzing from (in seconds)")]
[InRange(0, 1.7976931348623157E+308)]
public double? StartOffset { get; set; }
Property Value
Methods
| Improve this Doc View SourceExecute(CommandLineApplication)
Declaration
public override Task<int> Execute(CommandLineApplication app)
Parameters
| Type | Name | Description |
|---|---|---|
| Mc |
app |