1
Fork 0
Commit graph

7 commits

Author SHA1 Message Date
30db8863e3
Fix module initialization
The way C modules are initialized was affected by one of the major
breaking changes between 5.x versions.
Rather than trying to cater to each version individually, we now
just backport from newer versions. Namely from 5.2 to 5.1.
2023-11-01 20:24:06 +01:00
b1b8988e7e
fix(volume): Fix volume library
This also makes it possible to load it independently.
2022-05-23 16:27:10 +02:00
0203cbce4c
fix: Fix library names 2022-05-23 15:42:24 +02:00
366e08498e
feat: Implement introspection for sinks and sources
This provides a way to query the current state for the primary
data structures, as well as common setters.
2022-05-15 22:56:55 +02:00
c4058583f1
feat: Implement basic context object 2022-04-06 21:29:16 +02:00
1da668d7d6
feat: Clean up resources on garbage collect 2022-04-06 21:29:14 +02:00
8c09fc4e7a
feat: Add initial library 2022-04-06 21:29:13 +02:00