# XWUIAudioPlayer

Audio playback with progress bar, volume slider, play/pause, time display.

## Basic Usage

Single track player.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Single track player.
```

## With Metadata

Custom controls showing cover art, title, and artist.

```example
file: examples/WithMetadata.ts
html: examples/WithMetadata.html
title: With Metadata
description: Custom controls showing cover art, title, and artist.
```

## Looping Track

Seamless loop with multiple source formats for browser fallback.

```example
file: examples/LoopingTrack.ts
html: examples/LoopingTrack.html
title: Looping Track
description: Seamless loop with multiple source formats for browser fallback.
```

```api
```
