Skip to content

Instantly share code, notes, and snippets.

View IGBC's full-sized avatar

SEGFAULT IGBC

View GitHub Profile
#include <stdio.h>
#include <string.h>
#include <pulse/pulseaudio.h>
// Field list is here: http://0pointer.de/lennart/projects/pulseaudio/doxygen/structpa__sink__info.html
typedef struct pa_devicelist {
uint8_t initialized;
char name[512];
uint32_t index;
char description[256];