more ongoing work on the coreaudio backend

* audio port names
* latency compensation
* xrun reporting
* various fixes and cleanup
This commit is contained in:
Robin Gareus 2015-03-06 21:26:07 +01:00
parent 3b941fc0fa
commit 13bad670fa
4 changed files with 173 additions and 67 deletions

View file

@ -214,6 +214,7 @@ class CoreAudioBackend : public AudioBackend {
// really private, but needing static access:
int process_callback();
void error_callback();
void xrun_callback();
void hw_changed_callback();
protected: