Skip to content

Commit

Permalink
Version dump, fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoo committed Apr 26, 2021
1 parent 0793612 commit 8d99a42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ dist: all
cp btpair/btpair.nro dist/switch/
cp btred/btred.nsp dist/atmosphere/contents/0100000000000081/exefs.nsp
touch dist/atmosphere/contents/0100000000000081/flags/boot2.flag
cp README.md dist/
(cd dist/ && zip -r ../dist.zip .)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ nx-btred is a Bluetooth audio driver/redirector for Switch.

It uses the audrec:u service to record game audio, and then outputs it on the new audio bluetooth driver introduced in firmware version 12.0.0.

## ⚠️ Warning ⚠️
YOU USE THIS AT YOUR OWN RISK. Not every headphone brand has been tested. There may be really loud noise. Be careful, start out with a low volume, and then increase, if you like. In case of any type of malfunction, the sound will stop immediately if you hit the power button.

## Installation
1. Install firmware 12.0.0+.
2. Install latest [Atmosphere](https://github.com/Atmosphere-NX/Atmosphere/releases/).
Expand All @@ -17,9 +20,6 @@ It uses the audrec:u service to record game audio, and then outputs it on the ne
5. Wait for it to pair.
6. Enjoy!

## ⚠️ Warning ⚠️
YOU USE THIS AT YOUR OWN RISK. Not every headphone brand has been tested. There may be really loud noise. Be careful, start out with a low volume, and then increase, if you like. In case of any type of malfunction, the sound will stop immediately if you hit the power button.

## Limitations
Due to a limitation of the audrec:u service, only games audio can be recorded (not the system applets).

Expand Down
2 changes: 1 addition & 1 deletion btred/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include $(DEVKITPRO)/libnx/switch_rules
TARGET := btred
APP_TITLE := Bluetooth Audio Redirector
APP_AUTHOR := plutoo
APP_VERSION := 0.9.2
APP_VERSION := 0.9.3
CONFIG_JSON := btred.json

BUILD := build
Expand Down

0 comments on commit 8d99a42

Please sign in to comment.