Difference between revisions of "Microphone"

From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2013.06<br/> === Description === Use this plugin to record to an audio clip using a connected microph...")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Supported platforms:''' <br/>
+
'''Supported platforms:''' android, ios, mac, pc<br/>
 
'''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 ===
 +
[[Microphone.new]] - Creates a new Microphone object.<br/>
 +
[[Microphone:setOutputFile]] - Sets the output file<br/>
 +
[[Microphone:start]] - Start recording with device.<br/>
 +
[[Microphone:stop]] - Stop recording<br/>
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Events ===
 
=== Events ===
 +
[[Event.DATA_AVAILABLE]]
 
=== Constants ===
 
=== Constants ===
 
|}
 
|}

Revision as of 09:57, 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