VoiceSynchronizableUnityMicrophone Class

Unity microphone audio input.

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public class UnityMicrophone : VoiceSynchronizableIAudioInput
Inheritance
Object    VoiceSynchronizableUnityMicrophone
Implements
VoiceSynchronizableIAudioInput

Constructors

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