Class OscillationsGeneric.Arguments
Inheritance
OscillationsGeneric.Arguments
Assembly: AnalysisPrograms.dll
Syntax
[Command("OscillationsGeneric", Description = "[BETA] Does a generic search for oscillations in the passed audio file. Short recordings only.")]
public class Arguments : SourceConfigOutputDirArguments
Properties
|
Improve this Doc
View Source
EndOffset
Declaration
[Option(Description = "The end offset (in minutes) of the source audio file to operate on")]
[InRange(0, 1.7976931348623157E+308)]
public double? EndOffset { get; set; }
Property Value
|
Improve this Doc
View Source
StartOffset
Declaration
[Option(Description = "The start offset (in seconds) of the source audio file to operate on")]
[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