[Webkit-unassigned] [Bug 31155] [GTK] player should implement setPreservesPitch()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 24 06:57:13 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=31155





--- Comment #2 from Philippe Normand <pnormand at igalia.com>  2010-02-24 06:57:13 PST ---
Mac port uses that:
http://developer.apple.com/Mac/library/documentation/QuickTime/Reference/QTKitFramework/Classes/QTMovie_Class/Reference/Reference.html#//apple_ref/c/data/QTMovieRateChangesPreservePitchAttribute

"
When the playback rate is not unity, audio must be resampled in order to play
at the new rate. The default resampling affects the pitch of the audio (for
example, playing at 2x speed raises the pitch by an octave, 1/2x lowers an
octave). If this property is set on the movie, an alternative algorithm is
used, which alters the speed without changing the pitch. Since this is more
computationally expensive, this property may be silently ignored on some slow
CPUs.
"

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list