VoiceSynchronizableIAudioInput Interface

Interface for audio input.

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public interface IAudioInput

Properties

devices

A list of available microphone devices, identified by name.

SupportedPlatforms Supported platforms for audio input.

Methods

End

Stops recording.

GetPosition

Get the position in samples of the recording.

Start

Start Recording with device.

See Also