https://github.com/parzival-space/finetune
A tool to automate the assignment of Audio devices to applications in Windows.
https://github.com/parzival-space/finetune
Last synced: 8 months ago
JSON representation
A tool to automate the assignment of Audio devices to applications in Windows.
- Host: GitHub
- URL: https://github.com/parzival-space/finetune
- Owner: parzival-space
- License: mit
- Created: 2024-11-30T23:07:50.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2025-02-16T20:53:37.000Z (over 1 year ago)
- Last Synced: 2025-02-16T21:28:48.119Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FineTune
A tool to automate the assignment of Audio devices to applications in Windows.
# Requirements
Install requirements using ``winget``:
```bash
winget install -e Microsoft.DotNet.SDK.9
winget install --interactive --source winget -e Microsoft.WindowsSDK.10.0.20348
```
Note: We use this specific version of the Windows SDK because it is the latest version that GitHub Actions supports as of 17.02.2025.
## License
See the [LICENSE](LICENSE) file for license rights and limitations (MIT).