Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

Microphone

class in UnityEngine

Cambiar al Manual

Descripción

Use this class to record to an AudioClip using a connected microphone.

You can get a list of connected microphone(s) from the devices property and then use the Start and End functions to start or end a recording session using one of the available devices.

Variables Estáticas

devicesA list of available microphone devices, identified by name.

Funciones Estáticas

EndPara la grabación.
GetDeviceCapsGet the frequency capabilities of a device.
GetPositionGet the position in samples of the recording.
IsRecordingConsulta si un dispositivo está grabando.
StartStart Recording with device.