# XWUIAudioEditor

Audio waveform editor with trim, split, and export controls.

## Basic Usage

Load a track and expose default edit controls.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Load a track and expose default edit controls.
```

## Trim Only

Editor restricted to trim controls - fade in/out disabled.

```example
file: examples/TrimOnly.ts
html: examples/TrimOnly.html
title: Trim Only
description: Editor restricted to trim controls - fade in/out disabled.
```

## Fade Controls

Expose fade in/out editing while hiding the trim tools.

```example
file: examples/FadeControls.ts
html: examples/FadeControls.html
title: Fade Controls
description: Expose fade in/out editing while hiding the trim tools.
```

```api
```
