[pulseaudio-tickets] [Bug 57503] Playing audio with smart resampling
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jan 30 08:40:46 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=57503
Arun Raghavan <arun at accosted.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #9 from Arun Raghavan <arun at accosted.net> ---
Fixed with the following commit:
commit cc021c73305023a113f78190fb1b995528d003ae
Author: Arun Raghavan <arun at arunraghavan.net>
Date: Sat Jan 28 13:19:08 2017 +0530
sink, source: Add a mode to avoid resampling if possible
This adds an "avoid-resampling" option to daemon.conf that makes the
daemon try to use the stream sample rate if possible (the device needs
to support it, which currently only ALSA does), and there should not be
any other stream connected).
This should enable some of the "audiophile" use-cases where users wish
to play high sample rate audio files without resampling.
We still will do conversion if sample formats don't match, though. This
means that if you want to play 96 kHz/24 bit audio without any
modification the default format will need to be set to be 24-bit as
well. This will force all streams to be upconverted, which, other than
the wasted resources, should be relatively harmless.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20170130/fc572a9f/attachment.html>
More information about the pulseaudio-bugs
mailing list