This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
quick-text-bar/modules/pulse.h

4 lines
139 B
C
Raw Normal View History

2022-08-28 14:27:03 -07:00
/* an example module that produces the current system volume */
extern void pulse_module_init(void);
extern char *pulse_module_poll(void);