special thanks section added to readme

This commit is contained in:
onyx-and-iris 2023-09-07 07:29:04 +01:00
parent 39bd5f21ea
commit 8424558f3d

View File

@ -42,7 +42,7 @@ with voicemeeterlib.api(KIND_ID, sync=True) as vm:
window.run() window.run()
``` ```
### `KIND_ID` ### KIND_ID
May be one of the following: May be one of the following:
@ -84,6 +84,16 @@ The `Save Settings` option opens a popup window with two buttons, `Browse` and `
If you have any questions/suggestions feel free to raise an issue or open a new discussion. If you have any questions/suggestions feel free to raise an issue or open a new discussion.
### Special Thanks
[Mario Loreti](https://www.marioloreti.net/en/) for his help in testing and offering feedback during development.
[NVAccess](https://www.nvaccess.org/) for creating the open source NVDA screen reader and its controller client.
[Vincent Burel](https://github.com/vburel2018) for creating Voicemeeter and its SDK.
[PySimpleGUI](https://github.com/PySimpleGUI) team for creating an awesome GUI framework.
[voicemeeter]: https://voicemeeter.com/ [voicemeeter]: https://voicemeeter.com/
[nvda]: https://www.nvaccess.org/ [nvda]: https://www.nvaccess.org/
[controller_client]: https://github.com/nvaccess/nvda/tree/master/extras/controllerClient [controller_client]: https://github.com/nvaccess/nvda/tree/master/extras/controllerClient