Audiocpp_server Windows tray management tool #182
spicchio72
started this conversation in
Show and tell
Replies: 1 comment 1 reply
|
@spicchio72 Cool project! Thank you for sharing this! Would you like to open an issue to introduce your project? It should get more visibility. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
For anyone interested in I created a simple windows tool in C++ in a single executable file, without additional libraries, that stays in the traybar and helps managing the audiocpp_server.exe console application.
https://github.com/spicchio72/AudioCppTray
Among others it allows to:
Settings are stored in the Windows registry at:
HKEY_CURRENT_USER\Software\AudioCppTrayIf you want localization, the audiocpptray_locale.json file can be placed next to AudioCppTray.exe. It is a human readable translation file that can be fed to an AI for easy localization. The tool recognizes the presence of the file at start, notify potential malformed json and translates only the populated values. If the file is missing the default english locale is set.
@0xShug0 Feel free to check it and reuse in any way you might want if you find it useful.
All reactions