recordLoudness | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the volume of the sound currently being recorded. | ||||||
Introduced | 1.1 | ||||||
OS | mac, windows | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: playLoudness, recording, beepLoudness Command: record sound Glossary: property, return Control Structure: function | ||||||
Description | Use the recordLoudness function to determine whether a sound is currently being made while recording is taking place, or to provide feedback on the input sound level. The recordLoudness function returns zero if no recording is currently taking place (that is, if the recording property is false). | ||||||
Tags | multimedia |