Class AnalyseLongRecording
Inheritance
AnalyseLongRecording
Assembly: AnalysisPrograms.dll
Syntax
public class AnalyseLongRecording
Fields
|
Improve this Doc
View Source
CommandName
Declaration
public const string CommandName = "audio2csv"
Field Value
Methods
|
Improve this Doc
View Source
Execute(AnalyseLongRecording.Arguments)
- Analyses long audio recording (mp3 or wav) as per passed config file. Outputs an events.csv file AND an
indices.csv file
Signed off: Michael Towsey 4th December 2012.
Declaration
public static void Execute(AnalyseLongRecording.Arguments arguments)
Parameters
|
Improve this Doc
View Source
FindAndCheckAnalyzer<T>(String, String)
Declaration
public static T FindAndCheckAnalyzer<T>(string analysisIdentifier, string partialIdentifier)
where T : class, IAnalyser2
Parameters
Type |
Name |
Description |
String |
analysisIdentifier |
|
String |
partialIdentifier |
|
Returns
Type Parameters
Extension Methods