Difference between revisions of "Microphone"

From GiderosMobile
Line 3: Line 3:
 
'''Available since:''' Gideros 2013.06<br/>
 
'''Available since:''' Gideros 2013.06<br/>
 
=== Description ===
 
=== Description ===
Use this plugin to record to an audio clip using a connected microphone.{|-
+
Use this plugin to record to an audio clip using a connected microphone.
 +
{|-
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===

Revision as of 11:04, 23 August 2018

Supported platforms: android, ios, mac, pc
Available since: Gideros 2013.06

Description

Use this plugin to record to an audio clip using a connected microphone.

Methods

Microphone.new - Creates a new Microphone object.
Microphone:setOutputFile - Sets the output file
Microphone:start - Start recording with device.
Microphone:stop - Stop recording

Events

Event.DATA_AVAILABLE

Constants