Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HookedBehemoth/sys-tune
Background audio player for the Nintendo switch
https://github.com/HookedBehemoth/sys-tune
Last synced: 3 months ago
JSON representation
Background audio player for the Nintendo switch
- Host: GitHub
- URL: https://github.com/HookedBehemoth/sys-tune
- Owner: HookedBehemoth
- Created: 2020-04-10T22:29:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T09:55:42.000Z (about 1 year ago)
- Last Synced: 2024-04-30T15:33:10.078Z (7 months ago)
- Language: C
- Homepage:
- Size: 6.67 MB
- Stars: 144
- Watchers: 10
- Forks: 10
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-switch-homebrew - sys-tune - Background audio player for the Nintendo switch (Homebrew / System Modules)
README
# sys-tune
## Background audio player for the Nintendo switch + Tesla overlay## Installation
1. Download the release zip from [here](https://github.com/HookedBehemoth/sys-tune/releases/latest)
2. Extract the zip to the root of your sd card.
3. Put mp3, flac, wav or wave files to your sd card.You can manage playback via the Tesla overlay in the release.
## Screenshots
![Main](/sample/libtesla_1586882452.jpg)
![Main](/sample/libtesla_1586882672.jpg)
![Main](/sample/libtesla_1586882735.jpg)
(Alpha values are wrong in these screenshots. The overlay will be less transparent.)## Special thanks to:
- [mackron](http://mackron.github.io/) who made the awesome [audio decoders used here.](https://github.com/mackron/dr_libs/)
- [WerWolv](https://werwolv.net/) for making libtesla, the UI library used for the control overlay.
- [TotalJustice](https://github.com/ITotalJustice) for bug fixes, adding some features and bad code.## Info for developers
I implemented an IPC interface accessible via service wrappers [here](/ipc/).My [Tesla overlay](/overlay/source/) uses these bindings.