Class AudioInput
Use this class to record audio from the built-in Unity audio system.
Implements
Inherited Members
Namespace: UnityEditor .Recorder.Input
Assembly: solution.dll
Syntax
public class AudioInput : RecorderInput, IDisposable
Properties
Name | Description |
---|---|
Audio |
The settings of the audio input. |
Channel |
The number of channels in the audio input. |
Sample |
The sampling rate, in hertz. |
Methods
Name | Description |
---|---|
Begin |
|
End |
|
Frame |
|
Get |
Get the buffer of audio samples. |
Get |
Get the size of the buffer of audio samples (including all channels). |
New |