# Audio Files

Audio recordings took place each month from 6 months to 17 months of age. Recordings were taken using [LENA recorders](https://shop.lena.org/products/lena-device) placed in vests that the target child wore with pockets specifically made to hold the recording device.

There is no audio recording for subject 17 at month 6 (17\_06), meaning that there are 527 unique audio recordings (one less than 44 subjects \* 12 months = 528).

Audio recordings were intended to be 16 hours long (LENA's default) but due to individual circumstances, some files are shorter than 16 hours.

The length of each recording can be found in [recordings.csv](https://github.com/BergelsonLab/seedlings-nouns/blob/main/recordings.csv).

Audio files were annotated using CLAN software (<https://dali.talkbank.org/clan/>; note that for MacOS, files were annotated using CLAN for OS 10.14 and below, not CLANc).

CLAN files `XX_XX_sparse_code.cha` were then transformed into simple csv files `XX_XX_sparse_code.csv` with one row per annotated noun and columns for each [element of the annotation](https://seedlings-nouns.bergelsonlab.com/noun-annotations). At this stage, the column for [basic level](https://app.gitbook.com/o/-LD2B3y79nAYcWKjWKTb/s/yWW9xT02ReGtv2AHaBSB/~/changes/9/basic-level-and-global-basic-level) was added.

Audio recordings are stored as .wav files and have been "scrubbed," or silenced post-hoc, in places where the trained coder identified [personal information](https://seedlings-nouns.bergelsonlab.com/personal-information) or sections where the file has not been annotated.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://seedlings-nouns.bergelsonlab.com/group-1/audio-files.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
