|
Discman
|
#include <iostream>#include <portaudio.h>#include <stdint.h>#include "producer_consumer/consumer.h"

Go to the source code of this file.
Classes | |
| class | AudioOutput< T > |
| Abstracts PortAudio using a given audio sample data type. More... | |
Variables | |
| template<typename T> | |
| AudioOutput< T > * | AudioOutput< T >::_instance = nullptr |
| The global AudioOutput instance. | |
| template<typename T> | |
| PaError | AudioOutput< T >::_pa_error |
| template<typename T> | |
| PaStream * | AudioOutput< T >::_pa_stream |
Definition in file audio_output.h.
| AudioOutput<T>* AudioOutput< T >::_instance = nullptr |
The global AudioOutput instance.
| T | The data type of an audio sample. Must be either int16_t or float. |
Definition at line 76 of file audio_output.h.
| PaError AudioOutput< T >::_pa_error |
Definition at line 79 of file audio_output.h.
| PaStream* AudioOutput< T >::_pa_stream |
Definition at line 81 of file audio_output.h.