> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# ISoundLibrary interface

> Interface for sound-effect libraries.

import { PageLink } from '/snippets/tsdocs/PageLink.jsx';
import { RefLink } from '/snippets/tsdocs/RefLink.jsx';

# ISoundLibrary

## Summary

Interface for sound-effect libraries.

## Signature

```typescript theme={null}
interface ISoundLibrary extends IExposedLibrary, IMutableLibrary 
```

## Remarks

Implemented by `BaseSoundLibrary` and its concrete subclass `SoundLibrary`. Access an instance via `ctx.libraries.getSound().library`.
