> For the complete documentation index, see [llms.txt](https://charles-wiltgen.gitbook.io/podcast/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://charles-wiltgen.gitbook.io/podcast/gear/index.md).

# Music

Here are the most popular free and inexpensive sources for royalty-free music, DIY loops and sound effects.

### “Royalty free”?

Royalty-free audio is created expressly so you can use it legally, without having to pay ongoing royalties or license fees. You *must* use only “[royalty-free](https://en.wikipedia.org/wiki/Production_music)” music in your podcast, or music that you otherwise have permission or an explicit license to use.

Note that “royalty-free” (i.e. free to use) doesn’t neccessarily mean “free” (i.e. free to license), although some music is both.

Please pay attention to the Terms and Conditions on anything you download, and make sure you provide proper attribution when needed. (Tip: Show notes are good for this.)

## Free

* [**Adobe Audition Downloads**](http://offers.adobe.com/en/na/audition/offers/audition_dlc.html) — Over 10,000 high-quality sound effects and 1000s of high-quality loops. These are austensibly for Adobe Audition users, but are available for everyone to download and use.
* [**Free Music Archive**](http://freemusicarchive.org/) — A library of high-quality, legal audio downloads directed by [WFMU](https://wfmu.org/), the most renowned freeform radio station in America.
* [**Freesound**](http://freesound.org/) — Collaborative database of audio snippets, samples, recordings, and bleeps, all released under Creative Commons licenses that allow their reuse.
* [**Incompetech Music**](http://incompetech.com/music/) — Creative Commons-licensed music by Kevin MacLeod. [Attribution required](https://creativecommons.org/licenses/by/3.0/us/), or purchase a “[Sans Attribution License](http://incompetech.com/music/royalty-free/licenses/sans.php)“.
* [**Music for Makers**](https://musicformakers.com/) — Give ’em your email address to get one royalty-free song in your inbox every Monday. (You can also give them $9/month for access to all of their tracks.)
* [**YouTube Audio Library**](https://www.youtube.com/audiolibrary/music) — The YouTube Audio Library is a free collection of music and sound effects for your podcasts. Tracks with "attribution-required" icons are [Creative Commons](http://creativecommons.org/)-licensed, and require that you credit the original artist in your show or episode description.
* [**GarageBand**](http://www.apple.com/mac/garageband/) (macOS, iOS) — If you want to try your hand at some original music, GarageBand is a great way to do it. Use the **GarageBand > Sound Library** menu if you want all of the available loops (more than 1,000).

## Paid

* [**AudioJungle**](http://audiojungle.net/) — Royalty-free music
* [**Pond5**](http://www.pond5.com/) — Royalty-free music
* [**Looperman**](http://www.looperman.com/) — Royalty-free loops, samples, and acapellas

## Avoid

* **Bensound** — Does not allow music to be used in podcasts under any available license (see their [FAQ](http://www.bensound.com/help)).


---

# 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, and the optional `goal` query parameter:

```
GET https://charles-wiltgen.gitbook.io/podcast/gear/index.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
