Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. problem with QSound : can't find audio device
QtWS25 Last Chance

problem with QSound : can't find audio device

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 494 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    med01
    wrote on last edited by med01
    #1

    HI,
    I cross-compiled qt5.4 to use it with my a10-olinuxino-lime board.
    I'm trying to run this example that uses QAudioDeviceInfo at my a10-olinuxino-lime board :

    foreach (const QAudioDeviceInfo &deviceInfo, QAudioDeviceInfo::availableDevices(QAudio::AudioOutput))
    {
        qDebug() << "is null : " << deviceInfo.isNull();
        qDebug() << "device name : " << deviceInfo.deviceName();
    }
    

    But it shows nothing . it means that the the app can't recognize my sound device, although, the sound is working on the board when I use "speaker-test -t wav -c 2".

    Please, can any one help me ?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved