Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Sample rate 192 kHz using Qt 5.3

Sample rate 192 kHz using Qt 5.3

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 1.2k Views 1 Watching
  • 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 Offline
    T Offline
    TimurIsk
    wrote on last edited by
    #1

    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
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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
      0
      • T Offline
        T Offline
        TimurIsk
        wrote on last edited by
        #3

        SGaist, thank you.

        I am using windows 7

        1 Reply Last reply
        0
        • S Offline
          S Offline
          sophiaabigail
          Banned
          wrote on last edited by
          #4
          This post is deleted!
          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