# Faust Libraries
> Faust Libraries is the standard DSP library collection for the Faust language. This file points to the most useful documentation for LLM-assisted use.

These docs are authored in Markdown in the repository and built into HTML for the website. When possible, prefer the Markdown sources for clean, LLM-friendly content.

## Core entrypoints
- [Libraries index](https://faustlibraries.grame.fr/libs/): Index of all library reference pages.
- [Standard functions](https://faustlibraries.grame.fr/standardFunctions/): Core standard functions used across the libraries.
- [Overview](https://faustlibraries.grame.fr/organization/): High-level organization and structure of the library.
- [Motion functions](https://faustlibraries.grame.fr/motion_functions/): Motion-related functions and reference.

## Library map
- Each library has a dedicated reference page under `doc/docs/libs/` (Markdown source) and `/libs/` (HTML site).

## Markdown sources (authoritative)
- [Libraries index (md)](https://raw.githubusercontent.com/grame-cncm/faustlibraries/master/doc/docs/libs/index.md): Index of all library docs in Markdown.
- [Libraries example (md)](https://raw.githubusercontent.com/grame-cncm/faustlibraries/refs/heads/master/doc/docs/libs/basics.md): Example of a library Markdown source.
- [Libraries folder (API)](https://api.github.com/repos/grame-cncm/faustlibraries/contents/doc/docs/libs): Raw API listing of library Markdown files.
- [Standard functions (md)](https://raw.githubusercontent.com/grame-cncm/faustlibraries/master/doc/docs/standardFunctions.md): Source Markdown for standard functions.
- [Overview (md)](https://raw.githubusercontent.com/grame-cncm/faustlibraries/master/doc/docs/organization.md): Source Markdown for the overview page.

## Scope
- This file documents the Faust **libraries**. It does not cover the Faust language tutorial or compiler internals.

## Optional
- [Contributing](https://faustlibraries.grame.fr/contributing/): How to contribute to the libraries.
- [Community](https://faustlibraries.grame.fr/community/): Community and support information.
- [About](https://faustlibraries.grame.fr/about/): License and copyright information.
