Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qaudiorecorder
    Log in to post

    • UNSOLVED QAudioDeviceInfo::defaultInputDevice() unexpected behavior
      Brainstorm • qaudioinput qaudiorecorder qaudiodeviceinf • • haykarmeni  

      5
      0
      Votes
      5
      Posts
      250
      Views

      @eyllanesc, so is there any other way to extract the exact name of the default audio input file? Am I right, that the first element of the returned value of QAudioDeviceInfo::availableDevices(QAudio::AudioInput) is the DeviceInfo of the default audio input device?
    • SOLVED QAudioRecorder create file
      General and Desktop • qfile qaudiorecorder • • helenebro  

      2
      0
      Votes
      2
      Posts
      921
      Views

      Can you try if specifying an absolute path fixes the problem? My guess is that it's a working directory problem. Change "test.wav" into something like QDir::tempPath() + "/test.wav" in both createAudioRecorder and endRecordAudio
    • UNSOLVED QAudioRecorder detect user not speaking and stop
      General and Desktop • qaudioinput qmediarecorder qaudiorecorder • • Dhaval Panchal  

      2
      0
      Votes
      2
      Posts
      740
      Views

      Hi and welcome to devnet, You have an example on how to use QAudioProbe in the detailed documentation of the class. As for measuring the level of a silent user, it's a completely other topic, you'll have to take into account the noise of the environment of the user.
    • SOLVED [Solved] Record on existing file
      General and Desktop • qaudiorecorder few questions • • Diamond Platypus  

      4
      0
      Votes
      4
      Posts
      794
      Views

      I don't know the current roadmap of QtMultimedia. But a project that you might be interested in is QtAV