Results 1 to 7 of 7

Thread: Qt with pulseaudio - How to omit it?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Nov 2011
    Location
    Poland
    Posts
    17
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Qt with pulseaudio - How to omit it?

    I looked for some solutions and what I found:
    My application hangs in this place:
    Qt Code:
    1. QAudioDeviceInfo::availableDevices(QAudio::AudioOutput);
    To copy to clipboard, switch view to plain text mode 
    - when it tries to get devices list.
    Also I found that Qt pulseaudio support works by plug-in.
    QtMultimedia framework loads plug-in and it hangs when pa is not running.
    I tried to remove that plugin from Qt plugins dir and then my app started but it was deaf and muted - no audio devices were available.
    Maybe is there a way to unload that plugin from my app?
    Last edited by SeeLook; 15th February 2013 at 14:43.

Similar Threads

  1. qmake: Omit Qt libraries from PRL file
    By chenz in forum Qt Programming
    Replies: 5
    Last Post: 6th June 2012, 11:15
  2. Qt multimedia on Linux (pulseaudio)
    By janK in forum Newbie
    Replies: 3
    Last Post: 15th May 2010, 20:52

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
  •  
Qt is a trademark of The Qt Company.