Hello. I&#39;m writing a pulseaudio plugin for a visualization project, and I&#39;m going by the recording example from the pulseaudio documentation. That example fails to print anything. There&#39;s another visualization project that uses the async API, and it works fine on my computer, so I think pulseaudio is working correctly. What might I be missing to get the simple API example working?<br>
<br>Here&#39;s how I compiled the example.<br><br>gcc -o test test.c `pkg-config --libs --cflags libpulse libpulse-simple`<br><br>