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