[New Feature] Add web folder to support web documentation

This commit is contained in:
Rudy Haryanto
2022-10-04 20:17:17 +07:00
parent c27f624ca8
commit a54aa04c9b
251 changed files with 11079 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
id: audio-intensity
title: Audio Intensity
---
Audio intensity is the loudness of a sound, measured in decibels (dB).
## Raw Variables
| Variable | Description |
| ----------- | ----------- |
| `aco_int` | **Audio intensity.** Frame-wise intensity of the audio file, measured in dB. |
## Derived Variables
| Variable | Description |
| ----------- | ----------- |
| `aco_int_mean` | **Audio intensity mean.** Mean of `aco_int` across the audio file. |
| `aco_int_std` | **Audio intensity standard deviation.** Standard deviation of `aco_int` across the audio file. |