View Full Version : input audio
addu
9th September 2009, 13:47
Hi All
if i have following audio inputs,Which audio device Qt will enable automatically
1) windows default device
2) realtek
3)solicall
Thanks
Yuvaraj R
yogeshgokul
9th September 2009, 14:07
This depends on file associations.
Phonon module must be helpful.
bunjee
9th September 2009, 14:10
Qt doesn't support Audio input.
addu
9th September 2009, 15:00
Thanks for your replys
Ok
How do i get the audio input devies in Qt
Thanks
Yuvaraj R
wysota
9th September 2009, 16:55
Use the native api or a 3rd party library, like jack.
faldzip
9th September 2009, 17:03
or wait for Qt 4.6, bacause there will be support for audio input (I'm not sure but I think so :])
addu
9th September 2009, 17:58
Thanks
for your reply
I tried to comple the phonon based examples such as capabilites, music player
But i am getting error like
D:\2009.01\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\. .\..\..\mingw32\bin\ld.exe: cannot find -lphonond
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\musicplayer.exe] Error 1
mingw32-make: *** [debug] Error 2
Exited with code 2.
Error while building project musicplayer
When executing build step 'Make'
In qt/src i complied the phonon section..still i am getting same error
Tell me what i have to do to run phonon examples
Thanks
Yuvaraj R
aamer4yu
10th September 2009, 05:26
I guess you cant use phonon with mingw !
wysota
10th September 2009, 07:54
Sure you can. Just instead of complaining you have to search the forum.
bunjee
10th September 2009, 11:12
Phonon + Windows is just a pain in the ass.
http://wiki.qtcentre.org/index.php?title=Building_the_Phonon_backend_plugin _on_Windows_using_MinGW
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.