summaryrefslogtreecommitdiff
path: root/gr-audio/lib/osx
AgeCommit message (Collapse)Author
2012-02-16small tweaks to get stream sizes "more correct"Michael L Dickens
2012-02-16allow any input hardware audio rate; fix use of deprecated function ↵Michael Dickens
'AudioHardwareGetProperty'
2011-10-09docs: adding doc directory, Doxygen page, and README for audio package.Tom Rondeau
2011-03-28audio: cleanup audio source/sink with virtual inheritanceJosh Blum
The audio implementations now inherit from sync block (as they used to). And the redundant constructor in audio source/sink has been removed.
2011-03-28audio: fixing class typo for OSX audio driver.Tom Rondeau
2011-03-28audio: re-adding circular_buffer.h for OSX build.Tom Rondeau
2011-03-09audio: high prio for platform specific audio osxJosh Blum
2011-03-09audio: added windows and osx audio source filesJosh Blum