pcm icon indicating copy to clipboard operation
pcm copied to clipboard

PCM constructor should handle errors and raise them to its caller

Open nealsid opened this issue 2 years ago • 1 comments

Right now, the PCM constructor calls many functions which return true/false depending on the error, and the PCM constructor returns without a way to signal that it is not ready to use, which, on macOS, currently causes a segfault later on.

nealsid avatar Aug 14 '22 22:08 nealsid

Thanks a lot for the suggestion. We are looking into it

opcm avatar Aug 15 '22 12:08 opcm