https://github.com/hbidamian/streamdeckaudiodownloader
Convert your Stream Deck audio files to a downloadable format.
https://github.com/hbidamian/streamdeckaudiodownloader
stream-deck streamdeck streamdeckaudio
Last synced: about 2 months ago
JSON representation
Convert your Stream Deck audio files to a downloadable format.
- Host: GitHub
- URL: https://github.com/hbidamian/streamdeckaudiodownloader
- Owner: HBIDamian
- License: apache-2.0
- Created: 2023-10-30T22:10:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T14:36:47.000Z (over 1 year ago)
- Last Synced: 2025-02-12T22:35:40.576Z (4 months ago)
- Topics: stream-deck, streamdeck, streamdeckaudio
- Language: HTML
- Homepage: https://hbidamian.github.io/StreamDeckAudioDownloader/
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StreamDeckAudioDownloader
Convert your Stream Deck audio files to a downloadable format.
Before you use this, you need to have the Stream Deck software installed, and have some Stream Deck Audio already downloaded/installed.You can download the Stream Deck software [here](https://www.elgato.com/en/gaming/downloads).
You can download Stream Deck Audio [here](https://marketplace.elgato.com/audio/sounds) and [here](https://marketplace.elgato.com/audio/music).
## How to use
Head on over to https://hbidamian.github.io/StreamDeckAudioDownloader/ and follow the instructions on the pages.## Features
| File | Description |
| --- | --- |
| `catalogscraper.html` | This page allows the user to get the `mp3` preview file from the `catalog.json` file, and allows the users to download it. |
| `sda2wav.html` | This page converts `.streamDeckAudio` files to `.wav`, and allows the user to download it. |## How to run locally
1. Clone the repository
2. Open the `index.html` file in your browser of choice
3. Voila!## Credits
- [RaineAllDay/SDA2Wav](https://github.com/RaineAllDay/SDA2Wav) - [License](https://github.com/RaineAllDay/SDA2Wav/blob/master/LICENSE.md): I converted the code verbaitim to JavaScript, and added a few things to make it work how I wanted it to. This is used in the `sda2wav.html` file.