Results 1 to 7 of 7

Thread: Change size of QAudioBuffer - Problems with QAudioProbe

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Join Date
    May 2012
    Posts
    136
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    2
    Thanked 27 Times in 24 Posts

    Default Re: Change size of QAudioBuffer - Problems with QAudioProbe

    the connect should look like this :

    connect(probe, SIGNAL(audioBufferProbed(QAudioBuffer)),this, SLOT(Processed(QAudioBuffer)));

    a tip: http://qt-project.org/wiki/Qt_Coding_Style


    anda_skoa: I didn't see that he was using Buffer

  2. The following user says thank you to StrikeByte for this useful post:

    mohabb (14th November 2014)

Similar Threads

  1. Replies: 3
    Last Post: 21st June 2014, 15:49
  2. Get QAudioBuffer from QMediaPLayer
    By azazaz in forum Qt Programming
    Replies: 2
    Last Post: 18th February 2014, 06:10
  3. change text size and window size - qmessagebox
    By smemamian in forum Newbie
    Replies: 3
    Last Post: 4th July 2013, 08:38
  4. How do you change the size of a QMenubar
    By JonR79 in forum Qt Programming
    Replies: 1
    Last Post: 22nd November 2008, 00:15
  5. change font size and button size of QMessageBox
    By nass in forum Qt Programming
    Replies: 6
    Last Post: 13th September 2006, 20:16

Tags for this Thread

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.