https://github.com/davidcralph/audacityrpc
Discord Rich Presence for Audacity
https://github.com/davidcralph/audacityrpc
audacity discord rich-presence rpc
Last synced: about 1 month ago
JSON representation
Discord Rich Presence for Audacity
- Host: GitHub
- URL: https://github.com/davidcralph/audacityrpc
- Owner: davidcralph
- License: mit
- Created: 2020-03-23T19:34:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T15:41:34.000Z (over 3 years ago)
- Last Synced: 2025-04-09T23:11:31.890Z (about 1 month ago)
- Topics: audacity, discord, rich-presence, rpc
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# audacityrpc
Discord RPC for Audacity## Requirements
``Node.js````Git (optional)``
``Audacity``
## Installation
*If you're on Windows, make sure to run ``npm i windows-build-tools`` in an Administrator command prompt first so you can install dependencies correctly.*
1. ``git clone https://github.com/davidcralph/audacityrpc`` (If you don't have Git just go to **Clone or download** and click **Download ZIP**)
2. ``cd audacityrpc``
3. ``npm i`` (or ``yarn``)
4. ``npm start``
5. Open Audacity and check your Discord status!## Screenshot
## Credits
Thanks to [FireController1847](https://github.com/FireController1847/photoshop-rich-presence) for making an Adobe Photoshop rich presence utility which I used for reference.## License
[MIT](https://github.com/davidcralph/audacityrpc)