> For the complete documentation index, see [llms.txt](https://glitch9.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://glitch9.gitbook.io/docs/mobile-plugins-for-unity/background-music-looper.md).

# Background Music Looper

<figure><img src="/files/wgVbqG9h8Ct3mNBfH3DZ" alt=""><figcaption></figcaption></figure>

**Background Music Looper** is a plugin that simplifies the implementation of native audio player for mobile platforms (iOS / Android).\
\
**Highlights**\
▪ Cross-platform API: intuitive, cross-platform API with simple codes.\
▪ Background Audio: audio will continue to play when app enters background\
▪ Native Audio Player: play, pause, resume, stop audios with native audio player ▪ Seamless Audio Loop\
▪ Stops and replays audio when it's interrupted by phone calls\
▪ Native audio timer\
▪ Native audio fading effect\
▪ Native audio delaying effect\
▪ Test mode for Unity Editor\
▪ Play from streaming assets\
▪ Play from URL\
\
**Platform Supported**\
64 bit iOS 11.0+\
32 & 64 bit Android 5.0+ (8.0+ for fading effect)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://glitch9.gitbook.io/docs/mobile-plugins-for-unity/background-music-looper.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.
