Go to the documentation of this file.
21 #ifndef AUDIOINPUTALSA_H
22 #define AUDIOINPUTALSA_H
27 #include <alsa/asoundlib.h>
29 using snd_pcm_t = int;
30 using snd_pcm_uframes_t = int;
38 ,
m_alsaDevice(device.right(device.size()-5).toLatin1()) {}
44 void Close(
void)
override;
48 bool Stop(
void)
override;
60 bool AlsaBad(
int op_result,
const QString& errmsg);