Audio input output at the same time on QT 4.8 with imx6 sabre lite

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Audio input output at the same time on QT 4.8 with imx6 sabre lite

1,113 Views
mariorodriguez
Contributor II

Hello Community,

I am trying to do an application where the audio input (microphone) and the audio output work at the same time in QT using QAudioInput and QAudioOutput. The AudioInput and the AudioOutput examples from Qt work good on the imx6. But when I try to write an application where both are active (Audio input and output) my application does not work under imx6. I tried my application under Linux and it works fine, only when it comes to imx6 it doesnt work. What elso do I need to configure so that the audio mixer works correctly?

Regards,

Mario

0 Kudos
2 Replies

529 Views
dikshabhatti
Contributor I
0 Kudos

529 Views
mariorodriguez
Contributor II

I tried exactly to run that code on the mx6 board but with no luck :smileysad:. What I did at the end was to use Alsa directly instead of Qt and only then I could use full audio duplex. Thanks for the tip thought!

0 Kudos