| 60 | BUFFSIZE = 1024 |
| 61 | |
| 62 | class struct_pa_sample_spec(ctypes.Structure): |
| 63 | _fields_ = [("format", ctypes.c_int), ("rate", ctypes.c_uint32), ("channels", ctypes.c_uint8)] |
| 64 | |
| 65 | try: |
| 66 | pa = ctypes.cdll.LoadLibrary("libpulse-simple.so.0") |
no outgoing calls
no test coverage detected
searching dependent graphs…