All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: alsa-devel@alsa-project.org
Subject: [PATCH alsa-lib 0/2] Allow multiple formats for PCM rate plugin
Date: Thu, 17 Jun 2021 12:01:25 +0200	[thread overview]
Message-ID: <20210617100127.12068-1-tiwai@suse.de> (raw)

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


             reply	other threads:[~2021-06-17 10:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-17 10:01 Takashi Iwai [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210617100127.12068-1-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.