pjproject
pjproject copied to clipboard
Return error when it fails to create stream using opensl
Currently when using opensl sound device (android) error is not returned when it fails on opensl_create_stream(), which might lead to a crash. This ticket will fix the issue by returning the correct error code.