summaryrefslogtreecommitdiff
path: root/libs/backends/coreaudio/coreaudio_pcmio.h
AgeCommit message (Collapse)Author
2019-08-03Update backend GPL boilerplate and (C) from git logRobin Gareus
2017-09-19More Coreaudio SDK fixes, after 30b087ab3Robin Gareus
2017-09-19partially revert 30b087ab3, CoreAudio SDK uses "Frames"Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
2015-06-01coreaudio support for multiple devicesRobin Gareus
2015-03-09NOOP, add header-guards and namespace to CA backendRobin Gareus
2015-03-09implement samples_since cycle start.Robin Gareus
2015-03-07Hard Core AudioRobin Gareus
* allow to change buffersizes * subscribe to buffersize & samplerate changes * add support for half-duplex devices. * aggregate Devices (not yet used) code from JACK2 * unify deprecated API wrappers * properly keep track of MIDI ports * disable MidiI/O during freewheeling * various small fixes & cleanup
2015-03-06more ongoing work on the coreaudio backendRobin Gareus
* audio port names * latency compensation * xrun reporting * various fixes and cleanup
2015-03-06cont’d work on the coreaudio backend & cleanupRobin Gareus
2015-03-05get started on coreaudio/midi backendRobin Gareus