Class Audio2Sonogram.Arguments
Inheritance
Audio2Sonogram.Arguments
Assembly: AnalysisPrograms.dll
Syntax
[Command(Name = "Audio2Sonogram", Description = "[BETA] Generates multiple standard-scale spectrograms")]
public class Arguments : SourceConfigOutputDirArguments
Properties
|
Improve this Doc
View Source
EndOffset
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 Source
StartOffset
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 Source
Execute(CommandLineApplication)
Declaration
public override Task<int> Execute(CommandLineApplication app)
Parameters
Type |
Name |
Description |
McMaster.Extensions.CommandLineUtils.CommandLineApplication |
app |
|
Returns
Overrides
Extension Methods