All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH alsa-lib 0/2] Allow multiple formats for PCM rate plugin
@ 2021-06-17 10:01 Takashi Iwai
  2021-06-17 10:01 ` [PATCH alsa-lib 1/2] pcm: rate: Refactoring temporary buffer allocations Takashi Iwai
  2021-06-17 10:01 ` [PATCH alsa-lib 2/2] pcm: rate: Improve the support multiple formats Takashi Iwai
  0 siblings, 2 replies; 3+ messages in thread
From: Takashi Iwai @ 2021-06-17 10:01 UTC (permalink / raw)
  To: alsa-devel

Hi,

this is a patch set for alsa-lib to extend the PCM rate plugin for
allowing multiple formats for its converter plugins.  This optimizes
and improves the quality (skips the unnecessary buffer and conversion)
when the converter supports the source and/or the target format
natively.

The patches for libswresample and libsamplerate will follow.


Takashi

===

Takashi Iwai (2):
  pcm: rate: Refactoring temporary buffer allocations
  pcm: rate: Improve the support multiple formats

 include/pcm_rate.h |  36 +++-
 src/pcm/pcm_rate.c | 424 +++++++++++++++++++++++++++------------------
 2 files changed, 293 insertions(+), 167 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-17 10:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17 10:01 [PATCH alsa-lib 0/2] Allow multiple formats for PCM rate plugin Takashi Iwai
2021-06-17 10:01 ` [PATCH alsa-lib 1/2] pcm: rate: Refactoring temporary buffer allocations Takashi Iwai
2021-06-17 10:01 ` [PATCH alsa-lib 2/2] pcm: rate: Improve the support multiple formats Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.