PortAudio / portaudio

PortAudio is a cross-platform, open-source C language library for real-time audio input and output.
Other
1.37k stars 286 forks source link

Pulseaudio: Add function to handle Pulseaudio pa_operation #924

Open illuusio opened 1 month ago

illuusio commented 1 month ago

This PR unifies handling on pa_operation. It does not add or remove anything just adds function that should make easier not to get into infinite loop at the start.

RossBencina commented 3 weeks ago

There does not appear to be a reason for this to be a macro, could you make it a regular function please?

illuusio commented 2 weeks ago

Ok I've reworked macro to function and made needed changes to code.