I finally solved the problem using CMdaAudioInputStream and CMdaAudioOutputStream at the same time.
Note that:
you MUST open the output device first (Open method);
you MUST play an...
Type: Posts; User: Silvio Moioli; Keyword(s):
I finally solved the problem using CMdaAudioInputStream and CMdaAudioOutputStream at the same time.
Note that:
you MUST open the output device first (Open method);
you MUST play an...
I tried that, and it really works!
The only notable difference with my code seems to be thread usage: MobileStk apparently runs from one only thread.
This is quite bad in my case, since...
Hi shafali gupta and amitkankani,
unfortunately your suggestions aren't sufficient in my case. Probably I wasn't clear enough.
With "full duplex" I meant "recording and playing at...
I'm desperately trying to make use of full-duplex audio on a Nokia 5800 XPressMusic phone. After various attempts I found this very useful Technical Solution:
...
I can confirm the problem with Carbide 2.02 (and qt-tower). I hope that this problem will be fixed soon since it debugging without breakpoints is very cumbersome. Should I report this somewhere?