Questions tagged [qaudiooutput]
2 questions
0
votes
0 answers
What's the purpose of default pa_mainloop thread in QT?
I write a helloworld of QAudioOutput by QT5.15.2 like this:
`
#include
#include
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
QAudioOutput *m_pAudioOutput = nullptr;
QIODevice…
0
votes
0 answers
Why is my audio delay filter losing the delay?
I'm trying to stream audio from a QAudioInput to a QAudioOutput (Qt 5.15) but with a few seconds of artificial delay. In an effort to keep the code simple I implemented a delay filter based on a QIODevice, which sits between the input and output.…

Jason C
- 38,729
- 14
- 126
- 182