Classes |
class | audio_sink |
| Creates a sink from an audio device. More...
|
class | audio_source |
| Creates a source from an audio device. More...
|
class | audio_alsa_sink |
| audio sink using ALSAThe sink has N input streams of floats, where N depends on the hardware characteristics of the selected device. More...
|
class | audio_alsa_source |
| audio source using ALSAThe source has between 1 and N input streams of floats, where N is depends on the hardware characteristics of the selected device. More...
|
class | audio_jack_sink |
| audio sink using JACKThe sink has one input stream of floats. More...
|
class | audio_jack_source |
| audio source using JACKThe source has one input stream of floats. More...
|
class | audio_oss_sink |
| audio sink using OSSinput signature is one or two streams of floats. Input samples must be in the range [-1,1]. More...
|
class | audio_oss_source |
| audio source using OSSOutput signature is one or two streams of floats. Output samples will be in the range [-1,1]. More...
|
class | audio_osx_sink |
| audio sink using OSXinput signature is one or two streams of floats. Input samples must be in the range [-1,1]. More...
|
class | audio_osx_source |
| audio source using OSXInput signature is one or two streams of floats. Samples must be in the range [-1,1]. More...
|
class | audio_portaudio_sink |
| Audio sink using PORTAUDIOInput samples must be in the range [-1,1]. More...
|
class | audio_portaudio_source |
| Audio source using PORTAUDIOInput samples must be in the range [-1,1]. More...
|
class | audio_windows_sink |
| audio sink using winmm mmsystem (win32 only)input signature is one or two streams of floats. Input samples must be in the range [-1,1]. More...
|
class | audio_windows_source |
| audio source using winmm mmsystem (win32 only)Output signature is one or two streams of floats. Output samples will be in the range [-1,1]. More...
|