[Bug 667917] sample rate conversion from 88.2 to 44.1 kHz during playback of flac files?

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 16 03:49:44 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=667917
  GStreamer | don't know | 0.10.x

Vincent Penquerc'h <vincent.penquerch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |vincent.penquerch at collabora
                   |                            |.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.37

--- Comment #2 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2012-01-16 11:49:41 UTC ---
This sample file is fixed by the following.
The result sounds correct to me (with my hardware, 96 kHz ends up being
selected for this file).

commit 8d29fe88345621032b277c0a21afdf94bb8e09fd
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date:   Mon Jan 16 11:43:25 2012 +0000

    alsasink: fix high sample rates being rejected

    An ALSA sink may select a different rate (as we use the _set_rate_near
    API, which is not guaranteed to set the exact target rate).
    The rest of the code seems to already handle this well, as output
    from a 88200 Hz file seems to have the correct pitch when selecting
    a 96 kHz rate.

commit 361f2b169cacc92699c8a4acb55e27ef29afc113
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date:   Mon Jan 16 11:40:47 2012 +0000

    alsasink: fix rate match message mistaking error code for sample rate

commit e60027c795512e6a716d616fa33bbe72f91b25d6
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date:   Mon Jan 16 11:40:16 2012 +0000

    alsasink: log API errors along with the error code and string

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


More information about the gstreamer-bugs mailing list