pcm
pcm copied to clipboard
PCM constructor should handle errors and raise them to its caller
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.
Thanks a lot for the suggestion. We are looking into it