Class OscillationsGeneric.Arguments
Inheritance
OscillationsGeneric.Arguments
Inherited Members
Namespace: AnalysisPrograms
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 SourceEndOffset
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 SourceStartOffset
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 SourceExecute(CommandLineApplication)
Declaration
public override Task<int> Execute(CommandLineApplication app)
Parameters
Type | Name | Description |
---|---|---|
Mc |
app |