Interface ISpectrogramUtility
Namespace: Acoustics.Tools.Audio
Assembly: Acoustics.Tools.dll
Syntax
public interface ISpectrogramUtility
Methods
| Improve this Doc View SourceCreate(FileInfo, String, FileInfo, String, SpectrogramRequest)
Create a spectrogram from a segment of the source
audio file.
output
image file will be created.
Declaration
void Create(FileInfo source, string sourceMimeType, FileInfo output, string outputMimeType, SpectrogramRequest request)
Parameters
Type | Name | Description |
---|---|---|
File |
source | The source audio file. |
String | sourceMimeType | The source Mime Type. |
File |
output | The output image file. Ensure the file does not exist. |
String | outputMimeType | The output Mime Type. |
Spectrogram |
request | The spectrogram request. |