Summary
|
Voice Recorder
|
Info |
Category: |
Input Registration |
|
AddIn: |
Base Layer |
Creator: |
OkazoLab |
|
Scope: |
Parent event |
Owns Snippets: |
None |
|
Usage: |
Snippets |
Properties
Name | Description | Constraints | Type | On runtime change |
---|
Output |
Output Folder | Press the rightmost button to select the output folder | | String | |
Custom Filename | Defines filename for the next recoding clip.
Leave empty to get the autogenerated names
composed of the current date and time | | String | |
Settings |
Sampling Rate | Defines the sample rate of recorded clips in Hz. The value must be supported by the sound hardware | | Int32 | |
Audio Device | Defines an audio input device for recording. | | Int32 | |
Capturing Engine | Defines the engine for audio capturing. WASAPI is the best for timing accuracy but it not supported in Windows XP. In contrast, WaveIn works on any Windows OS | | enAudi.. | |
Buffer Length | Defines length of the recording memory buffer in ms.
Each time when the buffer is filled its data is copied and added into a Wave file.
If the parent event is deactivated between two consecutive copings,
the last part of recording can be lost. To avoid this, make the buffer length as short as necessary but mind the performance cost. | | Int32 | |
Info |
Recording Duration | Returns the duration of the current recording (in sec) | | Int32 | |
Test Recording | Initiates test recording through the default audio input device. The recorded clip is stored as RecordingTest.wav in the current output folder | | Boolean | |
Control |
Is Enabled | If set to false the element is completely omitted when the experiment is run | | Boolean | |
Title | Title of the element | | String | |
|
Voice Recorder Element is capable of capturing an audio input, like a voice, and recording it into a Wav file. The element uses WaveOut API. The element automatically starts recording on onset of the parent event.
Description
Snapshots