API Referenceglobal
public static abstract sealed class Editor.EditorUtility.VoiceRecording
Methods
Showing 4 methods
public static void Flush()
Flush any recorded data so we don't have it kept in memory
public static bool Save(string path)
Grab any recorded voice data and save it as a WAV file
public static void Start(int samples = 44100, int bytesPerSecond = 192000)
Start recording data from microphone
Parameters
samples: Default: 44100bytesPerSecond: Default: 192000
public static void Stop()
Stop recording data from microphone
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.EditorUtility.VoiceRecording |