Results 1 to 5 of 5

Thread: QTCreator phonon accessing audio acquisition device

  1. #1

    Smile QTCreator phonon accessing audio acquisition device

    How to acquire data from microphone using phonon?
    I am using QTCreator (Qt 4.4.3 OpenSource).

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QTCreator phonon accessing audio acquisition device

    I'm afraid phonon can't do that by itself currently. If your microphone device is visible to the system as a file (like /dev/dsp) then you can open the file and use it as the source, but I'm not sure if it will work and it's definitely not portable.

  3. #3

    Default Re: QTCreator phonon accessing audio acquisition device

    Thanks,
    Is there any library available for the audio acquisition, can be used from QT? has anyone worked on it?

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QTCreator phonon accessing audio acquisition device

    Are you asking about a portable solution or some exact platform?

  5. #5

    Default Re: QTCreator phonon accessing audio acquisition device

    Yes, I want a portable solution but cross platform.
    I tried 'RtAudio', 'SDL' but couldn’t break through. Taking look on 'oreka'. These all provide Open Source libraries so that can be used easily.
    Actually before QT my favorite was VB.net. This QTCreator took my all attention and I m on C++ now.

    Is there any tool available like these, which can be used easily as in, the functions in QT. For me SDL been easy but it was not having recordnig feature or say couldn't find it.
    :|

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.