Results 1 to 2 of 2

Thread: Get loudness level from a wav-file at a given time

  1. #1

    Default Get loudness level from a wav-file at a given time

    hi!
    Is there a way I can receive with Qt/Phonon the loudness level of a wav-file at a specific time?

    I am looking for a way to retrieve the point of time the loudness exceeds a certain level.

    Thank you for your help!

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Get loudness level from a wav-file at a given time

    As far as I know Wave files contain aplitude and frequency of sound. The larger the amplitude, the louder the sound. Bottom line is you have to analyze the file itself to be able to determine the volume of a particular sample and Phonon doesn't do such things, the backend does.

Similar Threads

  1. file time stamp preservation
    By baray98 in forum Qt Programming
    Replies: 0
    Last Post: 8th April 2008, 00:13
  2. Set up the Qt4.3.2 with Visual Studio 2005
    By lamoda in forum Installation and Deployment
    Replies: 6
    Last Post: 30th January 2008, 06:51
  3. to set date and time in the file info of two days back
    By thomasjoy in forum Qt Programming
    Replies: 1
    Last Post: 11th October 2007, 16:54
  4. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 15:21
  5. Reverse Order on QStringList slow...?
    By patrik08 in forum Qt Programming
    Replies: 24
    Last Post: 21st February 2007, 09:32

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.