Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zsawyer/mumble-linkapi
a generic interface to provide positional audio information to mumble using the link plugin
https://github.com/zsawyer/mumble-linkapi
mumble-client
Last synced: about 2 months ago
JSON representation
a generic interface to provide positional audio information to mumble using the link plugin
- Host: GitHub
- URL: https://github.com/zsawyer/mumble-linkapi
- Owner: zsawyer
- Created: 2013-04-06T08:28:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-21T20:06:28.000Z (over 8 years ago)
- Last Synced: 2023-03-23T00:42:44.412Z (almost 2 years ago)
- Topics: mumble-client
- Language: C
- Homepage:
- Size: 3.05 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mumble-LinkAPI
==============a generic interface (library) to provide positional audio information to mumble using the link plugin
The difference to a regular plugin is that instead of developing a native plugin and submitting it to mumble, one can use the provided library and call upon the native methods directly.
This is initially intended to work mainly for JNA (https://github.com/twall/jna) but is not limited to it. It should work with anything that is able to call native methods directly (i.e. BridJ, Scripts, AutoIt etc.), simply provide this library.
Alternatively you can bake this library into your C-compatible code.For more information about the different data that can be committed see http://mumble.sourceforge.net/Link
Please review the [LinkAPI.h](https://github.com/zsawyer/mumble-LinkAPI/blob/master/src/LinkAPI.h) for a set of exported functions which can be called.
Changelog:
----------1.0.0
- basic release version