1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-06 03:50:06 +02:00

Add proper error handling to the pulseaudio backend and ensure that no invalid pointers are passed to pulseaudio

This commit is contained in:
Thomas Bächler 2017-11-27 20:01:30 +01:00
parent 35ec580eac
commit f5d8019c18
4 changed files with 79 additions and 34 deletions

View file

@ -34,6 +34,9 @@ extern crate portaudio_rs;
#[cfg(feature = "libpulse-sys")]
extern crate libpulse_sys;
#[cfg(feature = "libc")]
extern crate libc;
pub mod audio_backend;
pub mod discovery;
pub mod keymaster;