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 ===
Line 22: Line 12:
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Events ===
 
=== Events ===
[[Event.DATA_AVAILABLE]]
+
[[Event.DATA_AVAILABLE]]<br/>
 
=== Constants ===
 
=== Constants ===
 
|}
 
|}

Revision as of 10:12, 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.{|- | style="width: 50%;"|

Methods

Microphone.new - Creates a new Microphone object.
Microphone:setOutputFile - Sets the output file
Microphone:start - Start recording with device.
Microphone:stop - Stop recording
| style="width: 50%;"|

Events

Event.DATA_AVAILABLE

Constants

|}