#include <gr_sync_block.h>
#include <string>
#include <list>
#include <AudioUnit/AudioUnit.h>
#include <circular_buffer.h>
Go to the source code of this file.
Classes | |
class | audio_osx_sink |
audio sink using OSX More... | |
Typedefs | |
typedef boost::shared_ptr < audio_osx_sink > | audio_osx_sink_sptr |
Functions | |
audio_osx_sink_sptr | audio_osx_make_sink (int sample_rate=44100, const std::string device_name="2", bool do_block=true, int channel_config=-1, int max_sample_count=-1) |
audio_osx_sink_sptr audio_osx_make_sink | ( | int | sample_rate = 44100 , |
|
const std::string | device_name = "2" , |
|||
bool | do_block = true , |
|||
int | channel_config = -1 , |
|||
int | max_sample_count = -1 | |||
) |