Results 1 to 5 of 5

Thread: Audio Recording with Phonon

  1. #1
    Join Date
    Jan 2006
    Posts
    10
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Question Audio Recording with Phonon

    Hi guys,

    I have been trying to create a Audio Recorder with Qt so that I can use it on my Mac and PC. I tried to use Phonon but I cannot seem to find any examples or Documentation as to how to do it. Could any one please suggest a way of doing this or point me to an example ? Any help would be appreciated. Thanks in advance.

  2. #2
    Join Date
    Sep 2007
    Location
    Rome, GA
    Posts
    199
    Thanks
    14
    Thanked 41 Times in 35 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Audio Recording with Phonon

    From my experience with Phonon, its not able to do anything like that at the moment. Its very new, they plan to add many features, audio capture is surely one of them. Right now I believe its only good for simple media playback.

    In the meantime, I suggest using a library like FMOD. Its free for non-commercial use, or very cheap if you plan to distribute for a low price on the internet. Plus its awesome. Like Qt for audio. :-)

  3. The following user says thank you to JimDaniel for this useful post:

    Nemo (12th June 2008)

  4. #3
    Join Date
    Jan 2006
    Posts
    10
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Audio Recording with Phonon

    Thank you! FMOD does look very inviting, I will look into its details tomorrow, any suggestions for similar software for video ?

  5. #4
    Join Date
    Sep 2007
    Location
    Rome, GA
    Posts
    199
    Thanks
    14
    Thanked 41 Times in 35 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Audio Recording with Phonon

    Not really. At work we use DirectShow, which sort of sucks. We are looking forward to the day when Phonon is capable for capturing video/audio.

    I attached a Qt FMOD sound class I used for a project awhile back. It's only for streaming sound, useful for an audio player, but maybe you can use it somewhere, or at least get an idea how FMOD works alongside Qt.

    FMOD_Qt.zip

  6. The following user says thank you to JimDaniel for this useful post:

    Nemo (12th June 2008)

  7. #5
    Join Date
    Jan 2006
    Posts
    10
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Audio Recording with Phonon

    Thanks mate. Looks like we will probably not do this module in QT afterall.

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.