Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Sample rate 192 kHz using Qt 5.3

    General and Desktop
    3
    4
    922
    Loading More Posts
    • 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.
    • T
      TimurIsk last edited by

      I need to capture and play audio in high samle rate=192 kHz.

      I have the corresponding hardware (external sound card).

      The function supportedSampleRates() returns me constantly QList which consisted of [8000,11025,22050,44100,48000, 96000], even if I chouse different availableDevices

      @QList<QAudioDeviceInfo> devicesOutput = QAudioDeviceInfo::availableDevices(QAudio::AudioOutput);
      QAudioDeviceInfo infoOutExt(devicesOutput.at(1));
      QList<int> rateOutExt=infoOutExt.supportedSampleRates();@

      Can I get 192 kHz in Qt 5.3?

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        It will depend also on the multimedia backend you are using. Which OS are you running ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • T
          TimurIsk last edited by

          SGaist, thank you.

          I am using windows 7

          1 Reply Last reply Reply Quote 0
          • S
            sophiaabigail Banned last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • First post
              Last post