An open API service indexing awesome lists of open source software.

https://github.com/hardcodedev777/unityradiochill

Listen to any radio while working in Unity!
https://github.com/hardcodedev777/unityradiochill

naudio radio radio-streaming unity unity-editor unity-tool

Last synced: 10 months ago
JSON representation

Listen to any radio while working in Unity!

Awesome Lists containing this project

README

          

![C#](https://img.shields.io/badge/C%23-%23512BD4?logo=.NET)
![License](https://img.shields.io/github/license/HardCodeDev777/UnityRadioChill?color=%2305991d)
![Last commit](https://img.shields.io/github/last-commit/HardCodeDev777/UnityRadioChill?color=%2305991d)
![Top lang](https://img.shields.io/github/languages/top/HardCodeDev777/UnityRadioChill)

# UnityRadioChill

## 🚀 Overview

UnityRadioChill is a Unity Editor tool that allows you to listen to any radio (you need to have a streaming link) directly in Unity! It works not only in the Editor - but also continues playing in the background on your computer. That means it will keep streaming even if you switch to Visual Studio, browser or other applications while Unity is running.

> [!NOTE]
> This tool uses [NAudio](https://github.com/naudio/NAudio). To use it in Unity, download the ZIP of this repo (it includes necessary .dll files) and put the "src" folder in your "Assets" directory.

## 🛠 Installation
1. Download the repository as ZIP
2. Extract and copy the "src" folder to your Unity project's "Assets" directory

## 📝 Usage
1. Open the Radio Player window in Unity (HardCodeDev > UnityRadioChill)
2. Enter a valid streaming URL
3. Click "Play" to start streaming

## ⚠️ Disclaimer
The author of this tool is not responsible for any copyright infringement or illegal streaming that may occur through its use. It is your responsibility to ensure you have proper rights/license to stream any content you play through this tool. Use at your own risk.

## 📄 License

This project is licensed under the **MIT License**.
See LICENSE for full terms.

---

## 👨‍💻 Author

**HardCodeDev**
- [GitHub](https://github.com/HardCodeDev777)
- [Itch.io](https://hardcodedev.itch.io/)

---

> 💬 Got feedback, found a bug, or want to contribute? Open an issue or fork the repo on GitHub!