Slattz / BTSounds

Bluetooth Sounds Homebrew Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BTSounds

This homebrew project for the Nintendo Switch allows sound effects to be played when bluetooth audio is connected and disconnected.

How It Works

It works by waiting for a bluetooth kernel event to be triggered, then compares how many devices are connected in order to tell if one has been (dis)connected. It then loads a short user-defined MP3 sound effect, decodes it, and then plays it using the Nintendo Switch's audio renderer.

Installation

NOTE: Requires a Nintendo Switch with CFW

  • Download the latest release from Releases and extract it onto your switch's SD card.

Disclaimer

  • BTSounds is not affiliated with, endorsed or approved by Nintendo in any way.
  • BTSounds is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

Bluetooth Sounds Homebrew Project

License:GNU General Public License v3.0


Languages

Language:C 88.3%Language:C++ 6.3%Language:Makefile 5.4%