Class: AudioClip

sound.AudioClip(options)

new AudioClip(options)

AudioClip encapsulate an audio recording.

Parameters:
Name Type Description
options Object
Properties
Name Type Attributes Default Description
psychoJS module:core.PsychoJS the PsychoJS instance
name String <optional>
'audioclip' the name used when logging messages
format string the format for the audio file
sampleRateHz number the sampling rate
data Blob the audio data, in the given format, at the given sampling rate
autoLog boolean <optional>
false whether or not to log
Source:

Members

(readonly) Engine :Symbol

Recognition engines.
Type:
  • Symbol
Source: