https://github.com/notmike101/sunshine-stream-windows-audio-sink-updater
Automatically update audio sync and virtual sync values in Sunshine configuration
https://github.com/notmike101/sunshine-stream-windows-audio-sink-updater
audio sunshine sunshine-audio sunshine-stream
Last synced: 2 months ago
JSON representation
Automatically update audio sync and virtual sync values in Sunshine configuration
- Host: GitHub
- URL: https://github.com/notmike101/sunshine-stream-windows-audio-sink-updater
- Owner: notmike101
- License: mit
- Created: 2023-03-22T15:15:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T18:18:23.000Z (about 2 years ago)
- Last Synced: 2025-06-30T10:45:40.252Z (3 months ago)
- Topics: audio, sunshine, sunshine-audio, sunshine-stream
- Language: TypeScript
- Homepage: https://mikeorozco.dev
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Sunshine Windows Audio Sink Updater
Allows users to set the audio_sink and virtual_sink devices by specifying the device name.
**NOTE** THIS DOES NOT RESTART SUNSHINE. THESE CHANGES DO NOT APPLY UNTIL IT IS RESTARTED.
## Usage
Since this is written in typescript, so you must build this using `npm run build` before using.
Once built, use `npm start` to run the script.
### Windows Task Scheduler
I recommend using the Windows Task Schedule and creating a task to run the script on startup.
See `TASK.xml` for an example of how to do this.### Options:
`-h, --help`: display help for command### Commands:
`get-devices`: Get a list of all available audio devices`set-audio-sink `: Set the audio sink to a specific device
`set-virtual-sink `: Set the virtual audio sink to a specific device
`help [command]`: display help for command