gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
/* GStreamer
|
|
|
|
* Copyright (C) 2005 Wim Taymans <wim at fluendo dot com>
|
2015-11-06 11:46:36 +00:00
|
|
|
* (C) 2015 Wim Taymans <wim.taymans@gmail.com>
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
*
|
2015-11-06 11:46:36 +00:00
|
|
|
* audioconverter.c: Convert audio to different audio formats automatically
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Library General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Library General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Library General Public
|
|
|
|
* License along with this library; if not, write to the
|
2012-11-03 23:05:09 +00:00
|
|
|
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
|
|
|
* Boston, MA 02110-1301, USA.
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
|
#include "config.h"
|
|
|
|
#endif
|
|
|
|
|
2007-06-29 17:21:18 +00:00
|
|
|
#include <math.h>
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
#include <string.h>
|
|
|
|
|
2015-11-06 16:49:00 +00:00
|
|
|
#include "audio-converter.h"
|
|
|
|
#include "gstaudiopack.h"
|
2010-06-07 06:46:41 +00:00
|
|
|
|
2015-11-06 11:46:36 +00:00
|
|
|
/**
|
2018-04-02 06:34:58 +00:00
|
|
|
* SECTION:gstaudioconverter
|
2017-01-23 19:36:11 +00:00
|
|
|
* @title: GstAudioConverter
|
2015-11-06 11:46:36 +00:00
|
|
|
* @short_description: Generic audio conversion
|
|
|
|
*
|
|
|
|
* This object is used to convert audio samples from one format to another.
|
|
|
|
* The object can perform conversion of:
|
2017-01-23 19:36:11 +00:00
|
|
|
*
|
|
|
|
* * audio format with optional dithering and noise shaping
|
|
|
|
*
|
|
|
|
* * audio samplerate
|
|
|
|
*
|
|
|
|
* * audio channels and channel layout
|
|
|
|
*
|
2015-11-06 11:46:36 +00:00
|
|
|
*/
|
|
|
|
|
2015-11-06 16:29:22 +00:00
|
|
|
#ifndef GST_DISABLE_GST_DEBUG
|
|
|
|
#define GST_CAT_DEFAULT ensure_debug_category()
|
|
|
|
static GstDebugCategory *
|
|
|
|
ensure_debug_category (void)
|
|
|
|
{
|
|
|
|
static gsize cat_gonce = 0;
|
|
|
|
|
|
|
|
if (g_once_init_enter (&cat_gonce)) {
|
|
|
|
gsize cat_done;
|
|
|
|
|
|
|
|
cat_done = (gsize) _gst_debug_category_new ("audio-converter", 0,
|
|
|
|
"audio-converter object");
|
|
|
|
|
|
|
|
g_once_init_leave (&cat_gonce, cat_done);
|
|
|
|
}
|
|
|
|
|
|
|
|
return (GstDebugCategory *) cat_gonce;
|
|
|
|
}
|
|
|
|
#else
|
|
|
|
#define ensure_debug_category() /* NOOP */
|
|
|
|
#endif /* GST_DISABLE_GST_DEBUG */
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
typedef struct _AudioChain AudioChain;
|
2015-11-06 11:10:48 +00:00
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
typedef void (*AudioConvertFunc) (gpointer dst, const gpointer src, gint count);
|
2016-01-26 16:14:20 +00:00
|
|
|
typedef gboolean (*AudioConvertSamplesFunc) (GstAudioConverter * convert,
|
|
|
|
GstAudioConverterFlags flags, gpointer in[], gsize in_frames,
|
|
|
|
gpointer out[], gsize out_frames);
|
2016-10-19 10:21:37 +00:00
|
|
|
typedef void (*AudioConvertEndianFunc) (gpointer dst, const gpointer src,
|
|
|
|
gint count);
|
2016-01-26 16:14:20 +00:00
|
|
|
|
2015-11-10 08:52:24 +00:00
|
|
|
/* int/int int/float float/int float/float
|
2007-03-27 12:44:14 +00:00
|
|
|
*
|
2015-10-30 16:36:48 +00:00
|
|
|
* unpack S32 S32 F64 F64
|
|
|
|
* convert S32->F64
|
|
|
|
* channel mix S32 F64 F64 F64
|
|
|
|
* convert F64->S32
|
|
|
|
* quantize S32 S32
|
|
|
|
* pack S32 F64 S32 F64
|
2015-12-16 09:45:48 +00:00
|
|
|
*
|
|
|
|
*
|
|
|
|
* interleave
|
|
|
|
* deinterleave
|
|
|
|
* resample
|
2010-10-01 08:38:38 +00:00
|
|
|
*/
|
2015-11-06 11:10:48 +00:00
|
|
|
struct _GstAudioConverter
|
|
|
|
{
|
|
|
|
GstAudioInfo in;
|
|
|
|
GstAudioInfo out;
|
|
|
|
|
|
|
|
GstStructure *config;
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
GstAudioConverterFlags flags;
|
|
|
|
GstAudioFormat current_format;
|
|
|
|
GstAudioLayout current_layout;
|
|
|
|
gint current_channels;
|
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
gboolean in_writable;
|
2015-12-16 09:45:48 +00:00
|
|
|
gpointer *in_data;
|
2016-01-26 16:14:20 +00:00
|
|
|
gsize in_frames;
|
2015-12-16 09:45:48 +00:00
|
|
|
gpointer *out_data;
|
2016-01-26 16:14:20 +00:00
|
|
|
gsize out_frames;
|
2015-12-16 09:45:48 +00:00
|
|
|
|
2016-10-19 10:21:37 +00:00
|
|
|
gboolean in_place; /* the conversion can be done in place; returned by gst_audio_converter_supports_inplace() */
|
|
|
|
|
2018-12-17 12:33:56 +00:00
|
|
|
gboolean passthrough;
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
/* unpack */
|
2015-11-06 11:10:48 +00:00
|
|
|
gboolean in_default;
|
2015-12-16 09:45:48 +00:00
|
|
|
gboolean unpack_ip;
|
2015-11-06 11:10:48 +00:00
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
/* convert in */
|
2015-11-06 11:10:48 +00:00
|
|
|
AudioConvertFunc convert_in;
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
/* channel mix */
|
2015-11-06 11:10:48 +00:00
|
|
|
gboolean mix_passthrough;
|
2016-01-08 15:22:25 +00:00
|
|
|
GstAudioChannelMixer *mix;
|
2015-11-06 11:10:48 +00:00
|
|
|
|
2015-11-13 14:32:29 +00:00
|
|
|
/* resample */
|
|
|
|
GstAudioResampler *resampler;
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
/* convert out */
|
2015-11-06 11:10:48 +00:00
|
|
|
AudioConvertFunc convert_out;
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
/* quant */
|
2015-11-06 11:10:48 +00:00
|
|
|
GstAudioQuantize *quant;
|
|
|
|
|
2018-02-01 15:00:06 +00:00
|
|
|
/* change layout */
|
|
|
|
GstAudioFormat chlayout_format;
|
|
|
|
GstAudioLayout chlayout_target;
|
|
|
|
gint chlayout_channels;
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
/* pack */
|
2015-11-06 11:10:48 +00:00
|
|
|
gboolean out_default;
|
2016-10-21 12:30:31 +00:00
|
|
|
AudioChain *chain_end; /* NULL for empty chain or points to the last element in the chain */
|
2015-11-06 11:10:48 +00:00
|
|
|
|
2016-10-19 10:21:37 +00:00
|
|
|
/* endian swap */
|
|
|
|
AudioConvertEndianFunc swap_endian;
|
|
|
|
|
2016-01-26 16:14:20 +00:00
|
|
|
AudioConvertSamplesFunc convert;
|
2015-12-16 09:45:48 +00:00
|
|
|
};
|
|
|
|
|
2018-02-15 18:56:46 +00:00
|
|
|
static GstAudioConverter *
|
|
|
|
gst_audio_converter_copy (GstAudioConverter * convert)
|
|
|
|
{
|
|
|
|
GstAudioConverter *res =
|
|
|
|
gst_audio_converter_new (convert->flags, &convert->in, &convert->out,
|
|
|
|
convert->config);
|
|
|
|
|
|
|
|
return res;
|
|
|
|
}
|
|
|
|
|
|
|
|
G_DEFINE_BOXED_TYPE (GstAudioConverter, gst_audio_converter,
|
|
|
|
(GBoxedCopyFunc) gst_audio_converter_copy,
|
|
|
|
(GBoxedFreeFunc) gst_audio_converter_free);
|
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
typedef gboolean (*AudioChainFunc) (AudioChain * chain, gpointer user_data);
|
2015-12-27 18:25:20 +00:00
|
|
|
typedef gpointer *(*AudioChainAllocFunc) (AudioChain * chain, gsize num_samples,
|
2015-12-16 09:45:48 +00:00
|
|
|
gpointer user_data);
|
|
|
|
|
|
|
|
struct _AudioChain
|
|
|
|
{
|
|
|
|
AudioChain *prev;
|
2015-11-06 11:10:48 +00:00
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
AudioChainFunc make_func;
|
|
|
|
gpointer make_func_data;
|
|
|
|
GDestroyNotify make_func_notify;
|
|
|
|
|
2016-01-26 15:36:41 +00:00
|
|
|
const GstAudioFormatInfo *finfo;
|
2015-12-16 09:45:48 +00:00
|
|
|
gint stride;
|
|
|
|
gint inc;
|
|
|
|
gint blocks;
|
|
|
|
|
|
|
|
gboolean pass_alloc;
|
|
|
|
gboolean allow_ip;
|
|
|
|
|
|
|
|
AudioChainAllocFunc alloc_func;
|
|
|
|
gpointer alloc_data;
|
|
|
|
|
|
|
|
gpointer *tmp;
|
2016-01-21 15:08:46 +00:00
|
|
|
gsize allocated_samples;
|
2015-12-16 09:45:48 +00:00
|
|
|
|
|
|
|
gpointer *samples;
|
2016-01-12 10:37:17 +00:00
|
|
|
gsize num_samples;
|
2015-11-06 11:10:48 +00:00
|
|
|
};
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
static AudioChain *
|
|
|
|
audio_chain_new (AudioChain * prev, GstAudioConverter * convert)
|
|
|
|
{
|
|
|
|
AudioChain *chain;
|
|
|
|
|
|
|
|
chain = g_slice_new0 (AudioChain);
|
|
|
|
chain->prev = prev;
|
|
|
|
|
|
|
|
if (convert->current_layout == GST_AUDIO_LAYOUT_NON_INTERLEAVED) {
|
|
|
|
chain->inc = 1;
|
|
|
|
chain->blocks = convert->current_channels;
|
|
|
|
} else {
|
|
|
|
chain->inc = convert->current_channels;
|
|
|
|
chain->blocks = 1;
|
|
|
|
}
|
2016-01-26 15:36:41 +00:00
|
|
|
chain->finfo = gst_audio_format_get_info (convert->current_format);
|
|
|
|
chain->stride = (chain->finfo->width * chain->inc) / 8;
|
2015-12-16 09:45:48 +00:00
|
|
|
|
|
|
|
return chain;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
audio_chain_set_make_func (AudioChain * chain,
|
|
|
|
AudioChainFunc make_func, gpointer user_data, GDestroyNotify notify)
|
|
|
|
{
|
|
|
|
chain->make_func = make_func;
|
|
|
|
chain->make_func_data = user_data;
|
|
|
|
chain->make_func_notify = notify;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
audio_chain_free (AudioChain * chain)
|
|
|
|
{
|
|
|
|
GST_LOG ("free chain %p", chain);
|
|
|
|
if (chain->make_func_notify)
|
|
|
|
chain->make_func_notify (chain->make_func_data);
|
|
|
|
g_free (chain->tmp);
|
|
|
|
g_slice_free (AudioChain, chain);
|
|
|
|
}
|
|
|
|
|
|
|
|
static gpointer *
|
2016-01-05 15:06:22 +00:00
|
|
|
audio_chain_alloc_samples (AudioChain * chain, gsize num_samples)
|
2015-12-16 09:45:48 +00:00
|
|
|
{
|
2016-01-05 15:06:22 +00:00
|
|
|
return chain->alloc_func (chain, num_samples, chain->alloc_data);
|
2015-12-16 09:45:48 +00:00
|
|
|
}
|
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
static void
|
|
|
|
audio_chain_set_samples (AudioChain * chain, gpointer * samples,
|
|
|
|
gsize num_samples)
|
|
|
|
{
|
2016-01-05 15:06:22 +00:00
|
|
|
GST_LOG ("set samples %p %" G_GSIZE_FORMAT, samples, num_samples);
|
2016-01-12 10:37:17 +00:00
|
|
|
|
|
|
|
chain->samples = samples;
|
|
|
|
chain->num_samples = num_samples;
|
|
|
|
}
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
static gpointer *
|
2016-01-12 10:37:17 +00:00
|
|
|
audio_chain_get_samples (AudioChain * chain, gsize * avail)
|
2015-12-16 09:45:48 +00:00
|
|
|
{
|
|
|
|
gpointer *res;
|
|
|
|
|
|
|
|
while (!chain->samples)
|
2016-01-12 10:37:17 +00:00
|
|
|
chain->make_func (chain, chain->make_func_data);
|
2015-12-16 09:45:48 +00:00
|
|
|
|
|
|
|
res = chain->samples;
|
2016-01-12 10:37:17 +00:00
|
|
|
*avail = chain->num_samples;
|
2015-12-16 09:45:48 +00:00
|
|
|
chain->samples = NULL;
|
|
|
|
|
|
|
|
return res;
|
|
|
|
}
|
|
|
|
|
2015-11-06 11:10:48 +00:00
|
|
|
/*
|
|
|
|
static guint
|
|
|
|
get_opt_uint (GstAudioConverter * convert, const gchar * opt, guint def)
|
|
|
|
{
|
|
|
|
guint res;
|
|
|
|
if (!gst_structure_get_uint (convert->config, opt, &res))
|
|
|
|
res = def;
|
|
|
|
return res;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
static gint
|
|
|
|
get_opt_enum (GstAudioConverter * convert, const gchar * opt, GType type,
|
|
|
|
gint def)
|
|
|
|
{
|
|
|
|
gint res;
|
|
|
|
if (!gst_structure_get_enum (convert->config, opt, type, &res))
|
|
|
|
res = def;
|
|
|
|
return res;
|
|
|
|
}
|
|
|
|
|
2017-07-27 17:31:48 +00:00
|
|
|
static const GValue *
|
|
|
|
get_opt_value (GstAudioConverter * convert, const gchar * opt)
|
|
|
|
{
|
|
|
|
return gst_structure_get_value (convert->config, opt);
|
|
|
|
}
|
|
|
|
|
2015-11-13 14:32:29 +00:00
|
|
|
#define DEFAULT_OPT_RESAMPLER_METHOD GST_AUDIO_RESAMPLER_METHOD_BLACKMAN_NUTTALL
|
2015-11-06 11:10:48 +00:00
|
|
|
#define DEFAULT_OPT_DITHER_METHOD GST_AUDIO_DITHER_NONE
|
|
|
|
#define DEFAULT_OPT_NOISE_SHAPING_METHOD GST_AUDIO_NOISE_SHAPING_NONE
|
|
|
|
#define DEFAULT_OPT_QUANTIZATION 1
|
|
|
|
|
2015-11-13 14:32:29 +00:00
|
|
|
#define GET_OPT_RESAMPLER_METHOD(c) get_opt_enum(c, \
|
|
|
|
GST_AUDIO_CONVERTER_OPT_RESAMPLER_METHOD, GST_TYPE_AUDIO_RESAMPLER_METHOD, \
|
|
|
|
DEFAULT_OPT_RESAMPLER_METHOD)
|
2015-11-06 11:10:48 +00:00
|
|
|
#define GET_OPT_DITHER_METHOD(c) get_opt_enum(c, \
|
|
|
|
GST_AUDIO_CONVERTER_OPT_DITHER_METHOD, GST_TYPE_AUDIO_DITHER_METHOD, \
|
|
|
|
DEFAULT_OPT_DITHER_METHOD)
|
|
|
|
#define GET_OPT_NOISE_SHAPING_METHOD(c) get_opt_enum(c, \
|
|
|
|
GST_AUDIO_CONVERTER_OPT_NOISE_SHAPING_METHOD, GST_TYPE_AUDIO_NOISE_SHAPING_METHOD, \
|
|
|
|
DEFAULT_OPT_NOISE_SHAPING_METHOD)
|
|
|
|
#define GET_OPT_QUANTIZATION(c) get_opt_uint(c, \
|
|
|
|
GST_AUDIO_CONVERTER_OPT_QUANTIZATION, DEFAULT_OPT_QUANTIZATION)
|
2017-07-27 17:31:48 +00:00
|
|
|
#define GET_OPT_MIX_MATRIX(c) get_opt_value(c, \
|
|
|
|
GST_AUDIO_CONVERTER_OPT_MIX_MATRIX)
|
2015-11-06 11:10:48 +00:00
|
|
|
|
|
|
|
static gboolean
|
|
|
|
copy_config (GQuark field_id, const GValue * value, gpointer user_data)
|
|
|
|
{
|
|
|
|
GstAudioConverter *convert = user_data;
|
|
|
|
|
|
|
|
gst_structure_id_set_value (convert->config, field_id, value);
|
|
|
|
|
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
2016-01-08 16:28:31 +00:00
|
|
|
* gst_audio_converter_update_config:
|
2015-11-06 11:10:48 +00:00
|
|
|
* @convert: a #GstAudioConverter
|
2016-01-08 16:28:31 +00:00
|
|
|
* @in_rate: input rate
|
|
|
|
* @out_rate: output rate
|
2016-01-26 16:16:52 +00:00
|
|
|
* @config: (transfer full) (allow-none): a #GstStructure or %NULL
|
2015-11-06 11:10:48 +00:00
|
|
|
*
|
2016-01-26 16:16:52 +00:00
|
|
|
* Set @in_rate, @out_rate and @config as extra configuration for @convert.
|
2016-01-08 16:28:31 +00:00
|
|
|
*
|
2016-01-05 15:06:22 +00:00
|
|
|
* @in_rate and @out_rate specify the new sample rates of input and output
|
2016-01-08 16:28:31 +00:00
|
|
|
* formats. A value of 0 leaves the sample rate unchanged.
|
2015-11-06 11:10:48 +00:00
|
|
|
*
|
2016-01-26 16:16:52 +00:00
|
|
|
* @config can be %NULL, in which case, the current configuration is not
|
|
|
|
* changed.
|
|
|
|
*
|
2015-11-06 11:10:48 +00:00
|
|
|
* If the parameters in @config can not be set exactly, this function returns
|
|
|
|
* %FALSE and will try to update as much state as possible. The new state can
|
|
|
|
* then be retrieved and refined with gst_audio_converter_get_config().
|
|
|
|
*
|
2018-09-21 16:54:39 +00:00
|
|
|
* Look at the `GST_AUDIO_CONVERTER_OPT_*` fields to check valid configuration
|
2015-11-06 11:10:48 +00:00
|
|
|
* option and values.
|
|
|
|
*
|
2016-01-26 16:16:52 +00:00
|
|
|
* Returns: %TRUE when the new parameters could be set
|
2015-11-06 11:10:48 +00:00
|
|
|
*/
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
gboolean
|
2016-01-08 16:28:31 +00:00
|
|
|
gst_audio_converter_update_config (GstAudioConverter * convert,
|
|
|
|
gint in_rate, gint out_rate, GstStructure * config)
|
2015-11-06 11:10:48 +00:00
|
|
|
{
|
|
|
|
g_return_val_if_fail (convert != NULL, FALSE);
|
2016-01-12 10:37:17 +00:00
|
|
|
g_return_val_if_fail ((in_rate == 0 && out_rate == 0) ||
|
|
|
|
convert->flags & GST_AUDIO_CONVERTER_FLAG_VARIABLE_RATE, FALSE);
|
|
|
|
|
|
|
|
GST_LOG ("new rate %d -> %d", in_rate, out_rate);
|
|
|
|
|
|
|
|
if (in_rate <= 0)
|
|
|
|
in_rate = convert->in.rate;
|
|
|
|
if (out_rate <= 0)
|
|
|
|
out_rate = convert->out.rate;
|
|
|
|
|
|
|
|
convert->in.rate = in_rate;
|
|
|
|
convert->out.rate = out_rate;
|
2015-11-06 11:10:48 +00:00
|
|
|
|
2016-02-15 17:06:19 +00:00
|
|
|
if (convert->resampler)
|
|
|
|
gst_audio_resampler_update (convert->resampler, in_rate, out_rate, config);
|
|
|
|
|
2016-01-26 16:16:52 +00:00
|
|
|
if (config) {
|
|
|
|
gst_structure_foreach (config, copy_config, convert);
|
|
|
|
gst_structure_free (config);
|
|
|
|
}
|
2015-11-06 11:10:48 +00:00
|
|
|
|
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* gst_audio_converter_get_config:
|
|
|
|
* @convert: a #GstAudioConverter
|
2018-04-20 19:53:16 +00:00
|
|
|
* @in_rate: (out) (optional): result input rate
|
|
|
|
* @out_rate: (out) (optional): result output rate
|
2015-11-06 11:10:48 +00:00
|
|
|
*
|
|
|
|
* Get the current configuration of @convert.
|
|
|
|
*
|
2018-04-20 19:53:16 +00:00
|
|
|
* Returns: (transfer none):
|
|
|
|
* a #GstStructure that remains valid for as long as @convert is valid
|
2016-01-08 16:28:31 +00:00
|
|
|
* or until gst_audio_converter_update_config() is called.
|
2015-11-06 11:10:48 +00:00
|
|
|
*/
|
|
|
|
const GstStructure *
|
2016-01-08 16:28:31 +00:00
|
|
|
gst_audio_converter_get_config (GstAudioConverter * convert,
|
|
|
|
gint * in_rate, gint * out_rate)
|
2015-11-06 11:10:48 +00:00
|
|
|
{
|
|
|
|
g_return_val_if_fail (convert != NULL, NULL);
|
|
|
|
|
2016-01-08 16:28:31 +00:00
|
|
|
if (in_rate)
|
|
|
|
*in_rate = convert->in.rate;
|
|
|
|
if (out_rate)
|
|
|
|
*out_rate = convert->out.rate;
|
|
|
|
|
2015-11-06 11:10:48 +00:00
|
|
|
return convert->config;
|
|
|
|
}
|
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
static gpointer *
|
|
|
|
get_output_samples (AudioChain * chain, gsize num_samples, gpointer user_data)
|
|
|
|
{
|
|
|
|
GstAudioConverter *convert = user_data;
|
|
|
|
|
|
|
|
GST_LOG ("output samples %p %" G_GSIZE_FORMAT, convert->out_data,
|
|
|
|
num_samples);
|
|
|
|
|
|
|
|
return convert->out_data;
|
|
|
|
}
|
|
|
|
|
2016-01-21 15:08:46 +00:00
|
|
|
#define MEM_ALIGN(m,a) ((gint8 *)((guintptr)((gint8 *)(m) + ((a)-1)) & ~((a)-1)))
|
|
|
|
#define ALIGN 16
|
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
static gpointer *
|
|
|
|
get_temp_samples (AudioChain * chain, gsize num_samples, gpointer user_data)
|
|
|
|
{
|
2016-01-21 15:08:46 +00:00
|
|
|
if (num_samples > chain->allocated_samples) {
|
2016-01-12 10:37:17 +00:00
|
|
|
gint i;
|
2016-01-21 15:08:46 +00:00
|
|
|
gint8 *s;
|
|
|
|
gsize stride = GST_ROUND_UP_N (num_samples * chain->stride, ALIGN);
|
|
|
|
/* first part contains the pointers, second part the data, add some extra bytes
|
|
|
|
* for alignement */
|
2016-01-22 09:28:13 +00:00
|
|
|
gsize needed = (stride + sizeof (gpointer)) * chain->blocks + ALIGN - 1;
|
2016-01-12 10:37:17 +00:00
|
|
|
|
2016-02-10 11:48:15 +00:00
|
|
|
GST_DEBUG ("alloc samples %d %" G_GSIZE_FORMAT " %" G_GSIZE_FORMAT,
|
|
|
|
chain->stride, num_samples, needed);
|
2016-01-12 10:37:17 +00:00
|
|
|
chain->tmp = g_realloc (chain->tmp, needed);
|
2016-01-21 15:08:46 +00:00
|
|
|
chain->allocated_samples = num_samples;
|
2016-01-12 10:37:17 +00:00
|
|
|
|
2016-01-21 15:08:46 +00:00
|
|
|
/* pointer to the data, make sure it's 16 bytes aligned */
|
|
|
|
s = MEM_ALIGN (&chain->tmp[chain->blocks], ALIGN);
|
2016-01-12 10:37:17 +00:00
|
|
|
|
|
|
|
/* set up the pointers */
|
|
|
|
for (i = 0; i < chain->blocks; i++)
|
2016-01-21 15:08:46 +00:00
|
|
|
chain->tmp[i] = s + i * stride;
|
2016-01-12 10:37:17 +00:00
|
|
|
}
|
|
|
|
GST_LOG ("temp samples %p %" G_GSIZE_FORMAT, chain->tmp, num_samples);
|
|
|
|
|
|
|
|
return chain->tmp;
|
|
|
|
}
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
static gboolean
|
2016-01-12 10:37:17 +00:00
|
|
|
do_unpack (AudioChain * chain, gpointer user_data)
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
{
|
2015-12-16 09:45:48 +00:00
|
|
|
GstAudioConverter *convert = user_data;
|
2016-01-12 10:37:17 +00:00
|
|
|
gsize num_samples;
|
2015-12-16 09:45:48 +00:00
|
|
|
gpointer *tmp;
|
2016-01-12 10:37:17 +00:00
|
|
|
gboolean in_writable;
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
in_writable = convert->in_writable;
|
2016-01-26 16:14:20 +00:00
|
|
|
num_samples = convert->in_frames;
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
if (!chain->allow_ip || !in_writable || !convert->in_default) {
|
2015-12-16 09:45:48 +00:00
|
|
|
gint i;
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
|
2016-01-12 14:27:16 +00:00
|
|
|
if (in_writable && chain->allow_ip) {
|
2015-12-16 09:45:48 +00:00
|
|
|
tmp = convert->in_data;
|
2016-01-12 14:27:16 +00:00
|
|
|
GST_LOG ("unpack in-place %p, %" G_GSIZE_FORMAT, tmp, num_samples);
|
|
|
|
} else {
|
2015-12-27 18:25:20 +00:00
|
|
|
tmp = audio_chain_alloc_samples (chain, num_samples);
|
2016-01-12 14:27:16 +00:00
|
|
|
GST_LOG ("unpack to tmp %p, %" G_GSIZE_FORMAT, tmp, num_samples);
|
|
|
|
}
|
2015-12-16 09:45:48 +00:00
|
|
|
|
2016-01-26 15:36:41 +00:00
|
|
|
if (convert->in_data) {
|
|
|
|
for (i = 0; i < chain->blocks; i++) {
|
2016-02-10 11:48:15 +00:00
|
|
|
if (convert->in_default) {
|
|
|
|
GST_LOG ("copy %p, %p, %" G_GSIZE_FORMAT, tmp[i], convert->in_data[i],
|
|
|
|
num_samples);
|
|
|
|
memcpy (tmp[i], convert->in_data[i], num_samples * chain->stride);
|
|
|
|
} else {
|
|
|
|
GST_LOG ("unpack %p, %p, %" G_GSIZE_FORMAT, tmp[i],
|
|
|
|
convert->in_data[i], num_samples);
|
|
|
|
convert->in.finfo->unpack_func (convert->in.finfo,
|
|
|
|
GST_AUDIO_PACK_FLAG_TRUNCATE_RANGE, tmp[i], convert->in_data[i],
|
|
|
|
num_samples * chain->inc);
|
|
|
|
}
|
2016-01-26 15:36:41 +00:00
|
|
|
}
|
|
|
|
} else {
|
|
|
|
for (i = 0; i < chain->blocks; i++) {
|
|
|
|
gst_audio_format_fill_silence (chain->finfo, tmp[i],
|
|
|
|
num_samples * chain->inc);
|
|
|
|
}
|
2015-12-16 09:45:48 +00:00
|
|
|
}
|
|
|
|
} else {
|
|
|
|
tmp = convert->in_data;
|
|
|
|
GST_LOG ("get in samples %p", tmp);
|
|
|
|
}
|
2016-01-12 10:37:17 +00:00
|
|
|
audio_chain_set_samples (chain, tmp, num_samples);
|
2015-11-06 11:10:48 +00:00
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
return TRUE;
|
|
|
|
}
|
2015-11-06 11:10:48 +00:00
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
static gboolean
|
2016-01-12 10:37:17 +00:00
|
|
|
do_convert_in (AudioChain * chain, gpointer user_data)
|
2015-12-16 09:45:48 +00:00
|
|
|
{
|
2016-01-12 10:37:17 +00:00
|
|
|
gsize num_samples;
|
2016-01-05 15:06:22 +00:00
|
|
|
GstAudioConverter *convert = user_data;
|
2015-12-16 09:45:48 +00:00
|
|
|
gpointer *in, *out;
|
|
|
|
gint i;
|
2015-11-06 11:10:48 +00:00
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
in = audio_chain_get_samples (chain->prev, &num_samples);
|
2015-12-27 18:25:20 +00:00
|
|
|
out = (chain->allow_ip ? in : audio_chain_alloc_samples (chain, num_samples));
|
|
|
|
GST_LOG ("convert in %p, %p, %" G_GSIZE_FORMAT, in, out, num_samples);
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
for (i = 0; i < chain->blocks; i++)
|
2015-12-27 18:25:20 +00:00
|
|
|
convert->convert_in (out[i], in[i], num_samples * chain->inc);
|
2015-10-30 16:36:48 +00:00
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
audio_chain_set_samples (chain, out, num_samples);
|
2011-08-18 17:15:03 +00:00
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
return TRUE;
|
|
|
|
}
|
2012-01-02 14:03:54 +00:00
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
static gboolean
|
2016-01-12 10:37:17 +00:00
|
|
|
do_mix (AudioChain * chain, gpointer user_data)
|
2015-12-16 09:45:48 +00:00
|
|
|
{
|
2016-01-12 10:37:17 +00:00
|
|
|
gsize num_samples;
|
2016-01-05 15:06:22 +00:00
|
|
|
GstAudioConverter *convert = user_data;
|
2015-12-16 09:45:48 +00:00
|
|
|
gpointer *in, *out;
|
gst/audioconvert/: Implement dithering and noise shaping in audioconvert. By default now
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
(check_default), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_dithering_get_type),
(gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
(gst_audio_convert_init), (gst_audio_convert_set_caps),
(gst_audio_convert_set_property), (gst_audio_convert_get_property):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstaudioquantize.c:
(gst_audio_quantize_setup_noise_shaping),
(gst_audio_quantize_free_noise_shaping),
(gst_audio_quantize_setup_dither),
(gst_audio_quantize_free_dither),
(gst_audio_quantize_setup_quantize_func),
(gst_audio_quantize_setup), (gst_audio_quantize_free):
* gst/audioconvert/gstaudioquantize.h:
Implement dithering and noise shaping in audioconvert. By default now
TPDF dithering (and no noise shaping) will be used when converting
from a higher bit depth to 20 bit depth or smaller, otherwise
everything will be as it is now.
For the last audioconvert in a pipeline it would make sense to
use some kind of noise shaping, enabling it by default for all
conversions would give undesired results though. Fixes #360246.
* tests/check/elements/audioconvert.c: (setup_audioconvert),
(GST_START_TEST):
Adjust unit test for the new audioconvert.
2007-06-28 20:37:58 +00:00
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
in = audio_chain_get_samples (chain->prev, &num_samples);
|
2015-12-27 18:25:20 +00:00
|
|
|
out = (chain->allow_ip ? in : audio_chain_alloc_samples (chain, num_samples));
|
|
|
|
GST_LOG ("mix %p, %p, %" G_GSIZE_FORMAT, in, out, num_samples);
|
2015-10-27 12:24:31 +00:00
|
|
|
|
2016-01-08 15:22:25 +00:00
|
|
|
gst_audio_channel_mixer_samples (convert->mix, in, out, num_samples);
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
audio_chain_set_samples (chain, out, num_samples);
|
2015-12-16 09:45:48 +00:00
|
|
|
|
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
2015-11-13 14:32:29 +00:00
|
|
|
static gboolean
|
|
|
|
do_resample (AudioChain * chain, gpointer user_data)
|
|
|
|
{
|
|
|
|
GstAudioConverter *convert = user_data;
|
|
|
|
gpointer *in, *out;
|
2016-01-05 15:06:22 +00:00
|
|
|
gsize in_frames, out_frames;
|
2015-11-13 14:32:29 +00:00
|
|
|
|
|
|
|
in = audio_chain_get_samples (chain->prev, &in_frames);
|
2016-01-15 10:20:29 +00:00
|
|
|
out_frames = convert->out_frames;
|
2016-01-05 15:06:22 +00:00
|
|
|
out = (chain->allow_ip ? in : audio_chain_alloc_samples (chain, out_frames));
|
2015-11-13 14:32:29 +00:00
|
|
|
|
2016-01-05 15:06:22 +00:00
|
|
|
GST_LOG ("resample %p %p,%" G_GSIZE_FORMAT " %" G_GSIZE_FORMAT, in,
|
|
|
|
out, in_frames, out_frames);
|
2015-11-13 14:32:29 +00:00
|
|
|
|
|
|
|
gst_audio_resampler_resample (convert->resampler, in, in_frames, out,
|
2016-01-05 15:06:22 +00:00
|
|
|
out_frames);
|
2015-11-13 14:32:29 +00:00
|
|
|
|
2016-01-05 15:06:22 +00:00
|
|
|
audio_chain_set_samples (chain, out, out_frames);
|
2015-11-13 14:32:29 +00:00
|
|
|
|
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
static gboolean
|
2016-01-12 10:37:17 +00:00
|
|
|
do_convert_out (AudioChain * chain, gpointer user_data)
|
2015-12-16 09:45:48 +00:00
|
|
|
{
|
|
|
|
GstAudioConverter *convert = user_data;
|
2016-01-12 10:37:17 +00:00
|
|
|
gsize num_samples;
|
2015-12-16 09:45:48 +00:00
|
|
|
gpointer *in, *out;
|
|
|
|
gint i;
|
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
in = audio_chain_get_samples (chain->prev, &num_samples);
|
2015-12-27 18:25:20 +00:00
|
|
|
out = (chain->allow_ip ? in : audio_chain_alloc_samples (chain, num_samples));
|
2016-01-05 15:06:22 +00:00
|
|
|
GST_LOG ("convert out %p, %p %" G_GSIZE_FORMAT, in, out, num_samples);
|
2015-12-16 09:45:48 +00:00
|
|
|
|
|
|
|
for (i = 0; i < chain->blocks; i++)
|
2015-12-27 18:25:20 +00:00
|
|
|
convert->convert_out (out[i], in[i], num_samples * chain->inc);
|
2015-12-16 09:45:48 +00:00
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
audio_chain_set_samples (chain, out, num_samples);
|
2015-12-16 09:45:48 +00:00
|
|
|
|
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
|
|
|
static gboolean
|
2016-01-12 10:37:17 +00:00
|
|
|
do_quantize (AudioChain * chain, gpointer user_data)
|
2015-12-16 09:45:48 +00:00
|
|
|
{
|
|
|
|
GstAudioConverter *convert = user_data;
|
2016-01-12 10:37:17 +00:00
|
|
|
gsize num_samples;
|
2015-12-16 09:45:48 +00:00
|
|
|
gpointer *in, *out;
|
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
in = audio_chain_get_samples (chain->prev, &num_samples);
|
2015-12-27 18:25:20 +00:00
|
|
|
out = (chain->allow_ip ? in : audio_chain_alloc_samples (chain, num_samples));
|
2016-01-05 15:06:22 +00:00
|
|
|
GST_LOG ("quantize %p, %p %" G_GSIZE_FORMAT, in, out, num_samples);
|
2015-12-16 09:45:48 +00:00
|
|
|
|
2015-12-27 18:25:20 +00:00
|
|
|
gst_audio_quantize_samples (convert->quant, in, out, num_samples);
|
2015-12-16 09:45:48 +00:00
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
audio_chain_set_samples (chain, out, num_samples);
|
2015-12-16 09:45:48 +00:00
|
|
|
|
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
2018-02-01 15:00:06 +00:00
|
|
|
#define MAKE_INTERLEAVE_FUNC(type) \
|
|
|
|
static inline void \
|
|
|
|
interleave_##type (const type * in[], type * out[], \
|
|
|
|
gsize num_samples, gint channels) \
|
|
|
|
{ \
|
|
|
|
gsize s; \
|
|
|
|
gint c; \
|
|
|
|
for (s = 0; s < num_samples; s++) { \
|
|
|
|
for (c = 0; c < channels; c++) { \
|
|
|
|
out[0][s * channels + c] = in[c][s]; \
|
|
|
|
} \
|
|
|
|
} \
|
|
|
|
}
|
|
|
|
|
|
|
|
#define MAKE_DEINTERLEAVE_FUNC(type) \
|
|
|
|
static inline void \
|
|
|
|
deinterleave_##type (const type * in[], type * out[], \
|
|
|
|
gsize num_samples, gint channels) \
|
|
|
|
{ \
|
|
|
|
gsize s; \
|
|
|
|
gint c; \
|
|
|
|
for (s = 0; s < num_samples; s++) { \
|
|
|
|
for (c = 0; c < channels; c++) { \
|
|
|
|
out[c][s] = in[0][s * channels + c]; \
|
|
|
|
} \
|
|
|
|
} \
|
|
|
|
}
|
|
|
|
|
|
|
|
MAKE_INTERLEAVE_FUNC (gint16);
|
|
|
|
MAKE_INTERLEAVE_FUNC (gint32);
|
|
|
|
MAKE_INTERLEAVE_FUNC (gfloat);
|
|
|
|
MAKE_INTERLEAVE_FUNC (gdouble);
|
|
|
|
MAKE_DEINTERLEAVE_FUNC (gint16);
|
|
|
|
MAKE_DEINTERLEAVE_FUNC (gint32);
|
|
|
|
MAKE_DEINTERLEAVE_FUNC (gfloat);
|
|
|
|
MAKE_DEINTERLEAVE_FUNC (gdouble);
|
|
|
|
|
|
|
|
static gboolean
|
|
|
|
do_change_layout (AudioChain * chain, gpointer user_data)
|
|
|
|
{
|
|
|
|
GstAudioConverter *convert = user_data;
|
|
|
|
GstAudioFormat format = convert->chlayout_format;
|
|
|
|
GstAudioLayout out_layout = convert->chlayout_target;
|
|
|
|
gint channels = convert->chlayout_channels;
|
|
|
|
gsize num_samples;
|
|
|
|
gpointer *in, *out;
|
|
|
|
|
|
|
|
in = audio_chain_get_samples (chain->prev, &num_samples);
|
|
|
|
out = (chain->allow_ip ? in : audio_chain_alloc_samples (chain, num_samples));
|
|
|
|
|
|
|
|
if (out_layout == GST_AUDIO_LAYOUT_INTERLEAVED) {
|
|
|
|
/* interleave */
|
|
|
|
GST_LOG ("interleaving %p, %p %" G_GSIZE_FORMAT, in, out, num_samples);
|
|
|
|
switch (format) {
|
|
|
|
case GST_AUDIO_FORMAT_S16:
|
|
|
|
interleave_gint16 ((const gint16 **) in, (gint16 **) out,
|
|
|
|
num_samples, channels);
|
|
|
|
break;
|
|
|
|
case GST_AUDIO_FORMAT_S32:
|
|
|
|
interleave_gint32 ((const gint32 **) in, (gint32 **) out,
|
|
|
|
num_samples, channels);
|
|
|
|
break;
|
|
|
|
case GST_AUDIO_FORMAT_F32:
|
|
|
|
interleave_gfloat ((const gfloat **) in, (gfloat **) out,
|
|
|
|
num_samples, channels);
|
|
|
|
break;
|
|
|
|
case GST_AUDIO_FORMAT_F64:
|
|
|
|
interleave_gdouble ((const gdouble **) in, (gdouble **) out,
|
|
|
|
num_samples, channels);
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
g_assert_not_reached ();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
/* deinterleave */
|
|
|
|
GST_LOG ("deinterleaving %p, %p %" G_GSIZE_FORMAT, in, out, num_samples);
|
|
|
|
switch (format) {
|
|
|
|
case GST_AUDIO_FORMAT_S16:
|
|
|
|
deinterleave_gint16 ((const gint16 **) in, (gint16 **) out,
|
|
|
|
num_samples, channels);
|
|
|
|
break;
|
|
|
|
case GST_AUDIO_FORMAT_S32:
|
|
|
|
deinterleave_gint32 ((const gint32 **) in, (gint32 **) out,
|
|
|
|
num_samples, channels);
|
|
|
|
break;
|
|
|
|
case GST_AUDIO_FORMAT_F32:
|
|
|
|
deinterleave_gfloat ((const gfloat **) in, (gfloat **) out,
|
|
|
|
num_samples, channels);
|
|
|
|
break;
|
|
|
|
case GST_AUDIO_FORMAT_F64:
|
|
|
|
deinterleave_gdouble ((const gdouble **) in, (gdouble **) out,
|
|
|
|
num_samples, channels);
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
g_assert_not_reached ();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
audio_chain_set_samples (chain, out, num_samples);
|
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
2016-01-12 14:27:16 +00:00
|
|
|
static gboolean
|
|
|
|
is_intermediate_format (GstAudioFormat format)
|
|
|
|
{
|
|
|
|
return (format == GST_AUDIO_FORMAT_S16 ||
|
|
|
|
format == GST_AUDIO_FORMAT_S32 ||
|
|
|
|
format == GST_AUDIO_FORMAT_F32 || format == GST_AUDIO_FORMAT_F64);
|
|
|
|
}
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
static AudioChain *
|
|
|
|
chain_unpack (GstAudioConverter * convert)
|
|
|
|
{
|
|
|
|
AudioChain *prev;
|
|
|
|
GstAudioInfo *in = &convert->in;
|
2016-01-12 14:27:16 +00:00
|
|
|
GstAudioInfo *out = &convert->out;
|
|
|
|
gboolean same_format;
|
2015-12-16 09:45:48 +00:00
|
|
|
|
2016-01-12 14:27:16 +00:00
|
|
|
same_format = in->finfo->format == out->finfo->format;
|
|
|
|
|
|
|
|
/* do not unpack if we have the same input format as the output format
|
|
|
|
* and it is a possible intermediate format */
|
|
|
|
if (same_format && is_intermediate_format (in->finfo->format)) {
|
|
|
|
convert->current_format = in->finfo->format;
|
|
|
|
} else {
|
|
|
|
convert->current_format = in->finfo->unpack_format;
|
|
|
|
}
|
2015-12-16 09:45:48 +00:00
|
|
|
convert->current_layout = in->layout;
|
|
|
|
convert->current_channels = in->channels;
|
2016-01-12 14:27:16 +00:00
|
|
|
|
|
|
|
convert->in_default = convert->current_format == in->finfo->format;
|
2015-12-16 09:45:48 +00:00
|
|
|
|
2015-10-30 16:36:48 +00:00
|
|
|
GST_INFO ("unpack format %s to %s",
|
|
|
|
gst_audio_format_to_string (in->finfo->format),
|
2015-12-16 09:45:48 +00:00
|
|
|
gst_audio_format_to_string (convert->current_format));
|
|
|
|
|
2016-10-21 12:30:31 +00:00
|
|
|
prev = audio_chain_new (NULL, convert);
|
2016-01-26 15:36:41 +00:00
|
|
|
prev->allow_ip = prev->finfo->width <= in->finfo->width;
|
2015-12-16 09:45:48 +00:00
|
|
|
prev->pass_alloc = FALSE;
|
|
|
|
audio_chain_set_make_func (prev, do_unpack, convert, NULL);
|
|
|
|
|
|
|
|
return prev;
|
|
|
|
}
|
|
|
|
|
|
|
|
static AudioChain *
|
|
|
|
chain_convert_in (GstAudioConverter * convert, AudioChain * prev)
|
|
|
|
{
|
|
|
|
gboolean in_int, out_int;
|
|
|
|
GstAudioInfo *in = &convert->in;
|
|
|
|
GstAudioInfo *out = &convert->out;
|
|
|
|
|
|
|
|
in_int = GST_AUDIO_FORMAT_INFO_IS_INTEGER (in->finfo);
|
|
|
|
out_int = GST_AUDIO_FORMAT_INFO_IS_INTEGER (out->finfo);
|
2015-10-23 14:58:17 +00:00
|
|
|
|
2015-10-30 16:36:48 +00:00
|
|
|
if (in_int && !out_int) {
|
|
|
|
GST_INFO ("convert S32 to F64");
|
2015-11-06 16:49:00 +00:00
|
|
|
convert->convert_in = (AudioConvertFunc) audio_orc_s32_to_double;
|
2015-12-16 09:45:48 +00:00
|
|
|
convert->current_format = GST_AUDIO_FORMAT_F64;
|
|
|
|
|
2016-10-21 12:30:31 +00:00
|
|
|
prev = audio_chain_new (prev, convert);
|
2015-12-16 09:45:48 +00:00
|
|
|
prev->allow_ip = FALSE;
|
|
|
|
prev->pass_alloc = FALSE;
|
|
|
|
audio_chain_set_make_func (prev, do_convert_in, convert, NULL);
|
2015-10-30 16:36:48 +00:00
|
|
|
}
|
2015-12-16 09:45:48 +00:00
|
|
|
return prev;
|
|
|
|
}
|
|
|
|
|
2017-07-27 17:31:48 +00:00
|
|
|
static gboolean
|
|
|
|
check_mix_matrix (guint in_channels, guint out_channels, const GValue * value)
|
|
|
|
{
|
|
|
|
guint i, j;
|
|
|
|
|
2017-10-11 16:03:20 +00:00
|
|
|
/* audio-channel-mixer will generate an identity matrix */
|
|
|
|
if (gst_value_array_get_size (value) == 0)
|
|
|
|
return TRUE;
|
|
|
|
|
2017-07-27 17:31:48 +00:00
|
|
|
if (gst_value_array_get_size (value) != out_channels) {
|
|
|
|
GST_ERROR ("Invalid mix matrix size, should be %d", out_channels);
|
|
|
|
goto fail;
|
|
|
|
}
|
|
|
|
|
|
|
|
for (j = 0; j < out_channels; j++) {
|
|
|
|
const GValue *row = gst_value_array_get_value (value, j);
|
|
|
|
|
|
|
|
if (gst_value_array_get_size (row) != in_channels) {
|
|
|
|
GST_ERROR ("Invalid mix matrix row size, should be %d", in_channels);
|
|
|
|
goto fail;
|
|
|
|
}
|
|
|
|
|
|
|
|
for (i = 0; i < in_channels; i++) {
|
|
|
|
const GValue *itm;
|
|
|
|
|
|
|
|
itm = gst_value_array_get_value (row, i);
|
|
|
|
if (!G_VALUE_HOLDS_FLOAT (itm)) {
|
|
|
|
GST_ERROR ("Invalid mix matrix element type, should be float");
|
|
|
|
goto fail;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return TRUE;
|
|
|
|
|
|
|
|
fail:
|
|
|
|
return FALSE;
|
|
|
|
}
|
|
|
|
|
|
|
|
static gfloat **
|
|
|
|
mix_matrix_from_g_value (guint in_channels, guint out_channels,
|
|
|
|
const GValue * value)
|
|
|
|
{
|
|
|
|
guint i, j;
|
|
|
|
gfloat **matrix = g_new (gfloat *, in_channels);
|
|
|
|
|
|
|
|
for (i = 0; i < in_channels; i++)
|
|
|
|
matrix[i] = g_new (gfloat, out_channels);
|
|
|
|
|
|
|
|
for (j = 0; j < out_channels; j++) {
|
|
|
|
const GValue *row = gst_value_array_get_value (value, j);
|
|
|
|
|
|
|
|
for (i = 0; i < in_channels; i++) {
|
|
|
|
const GValue *itm;
|
|
|
|
gfloat coefficient;
|
|
|
|
|
|
|
|
itm = gst_value_array_get_value (row, i);
|
|
|
|
coefficient = g_value_get_float (itm);
|
|
|
|
matrix[i][j] = coefficient;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return matrix;
|
|
|
|
}
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
static AudioChain *
|
|
|
|
chain_mix (GstAudioConverter * convert, AudioChain * prev)
|
|
|
|
{
|
|
|
|
GstAudioInfo *in = &convert->in;
|
|
|
|
GstAudioInfo *out = &convert->out;
|
|
|
|
GstAudioFormat format = convert->current_format;
|
2017-07-27 17:31:48 +00:00
|
|
|
const GValue *opt_matrix = GET_OPT_MIX_MATRIX (convert);
|
2018-02-01 15:00:06 +00:00
|
|
|
GstAudioChannelMixerFlags flags = 0;
|
2015-12-16 09:45:48 +00:00
|
|
|
|
|
|
|
convert->current_channels = out->channels;
|
Add float as an intermediate format, as well as float mixing. Enable test that was failing before. Fixes #339837
Original commit message from CVS:
* gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
(double_hq), (audio_convert_get_func_index),
(audio_convert_prepare_context), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
(gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
* gst/audioconvert/gstchannelmix.h:
* tests/check/elements/audioconvert.c: (GST_START_TEST):
Add float as an intermediate format, as well as float mixing. Enable
test that was failing before. Fixes #339837
2007-02-22 09:04:37 +00:00
|
|
|
|
2018-02-01 15:00:06 +00:00
|
|
|
/* keep the input layout */
|
|
|
|
if (convert->current_layout == GST_AUDIO_LAYOUT_NON_INTERLEAVED) {
|
|
|
|
flags |= GST_AUDIO_CHANNEL_MIXER_FLAGS_NON_INTERLEAVED_IN;
|
|
|
|
flags |= GST_AUDIO_CHANNEL_MIXER_FLAGS_NON_INTERLEAVED_OUT;
|
|
|
|
}
|
|
|
|
|
2017-07-27 17:31:48 +00:00
|
|
|
if (opt_matrix) {
|
2017-10-11 16:03:20 +00:00
|
|
|
gfloat **matrix = NULL;
|
|
|
|
|
|
|
|
if (gst_value_array_get_size (opt_matrix))
|
|
|
|
matrix =
|
|
|
|
mix_matrix_from_g_value (in->channels, out->channels, opt_matrix);
|
2017-07-27 17:31:48 +00:00
|
|
|
|
|
|
|
convert->mix =
|
2018-02-01 15:00:06 +00:00
|
|
|
gst_audio_channel_mixer_new_with_matrix (flags, format, in->channels,
|
2017-07-27 17:31:48 +00:00
|
|
|
out->channels, matrix);
|
|
|
|
} else {
|
2018-02-01 15:00:06 +00:00
|
|
|
flags |=
|
2017-07-27 17:31:48 +00:00
|
|
|
GST_AUDIO_INFO_IS_UNPOSITIONED (in) ?
|
|
|
|
GST_AUDIO_CHANNEL_MIXER_FLAGS_UNPOSITIONED_IN : 0;
|
|
|
|
flags |=
|
|
|
|
GST_AUDIO_INFO_IS_UNPOSITIONED (out) ?
|
|
|
|
GST_AUDIO_CHANNEL_MIXER_FLAGS_UNPOSITIONED_OUT : 0;
|
|
|
|
|
|
|
|
convert->mix =
|
|
|
|
gst_audio_channel_mixer_new (flags, format, in->channels, in->position,
|
|
|
|
out->channels, out->position);
|
|
|
|
}
|
|
|
|
|
2015-11-06 14:50:34 +00:00
|
|
|
convert->mix_passthrough =
|
2016-01-08 15:22:25 +00:00
|
|
|
gst_audio_channel_mixer_is_passthrough (convert->mix);
|
2015-10-30 16:36:48 +00:00
|
|
|
GST_INFO ("mix format %s, passthrough %d, in_channels %d, out_channels %d",
|
2015-11-06 11:10:48 +00:00
|
|
|
gst_audio_format_to_string (format), convert->mix_passthrough,
|
2015-10-30 16:36:48 +00:00
|
|
|
in->channels, out->channels);
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
if (!convert->mix_passthrough) {
|
2016-10-21 12:30:31 +00:00
|
|
|
prev = audio_chain_new (prev, convert);
|
2016-01-12 14:27:16 +00:00
|
|
|
prev->allow_ip = FALSE;
|
|
|
|
prev->pass_alloc = FALSE;
|
2015-12-16 09:45:48 +00:00
|
|
|
audio_chain_set_make_func (prev, do_mix, convert, NULL);
|
|
|
|
}
|
|
|
|
return prev;
|
|
|
|
}
|
|
|
|
|
2015-11-13 14:32:29 +00:00
|
|
|
static AudioChain *
|
|
|
|
chain_resample (GstAudioConverter * convert, AudioChain * prev)
|
|
|
|
{
|
|
|
|
GstAudioInfo *in = &convert->in;
|
|
|
|
GstAudioInfo *out = &convert->out;
|
|
|
|
GstAudioResamplerMethod method;
|
|
|
|
GstAudioResamplerFlags flags;
|
|
|
|
GstAudioFormat format = convert->current_format;
|
|
|
|
gint channels = convert->current_channels;
|
2016-02-25 13:09:44 +00:00
|
|
|
gboolean variable_rate;
|
2015-11-13 14:32:29 +00:00
|
|
|
|
2016-02-25 13:09:44 +00:00
|
|
|
variable_rate = convert->flags & GST_AUDIO_CONVERTER_FLAG_VARIABLE_RATE;
|
|
|
|
|
|
|
|
if (in->rate != out->rate || variable_rate) {
|
2015-11-13 14:32:29 +00:00
|
|
|
method = GET_OPT_RESAMPLER_METHOD (convert);
|
|
|
|
|
|
|
|
flags = 0;
|
2016-03-04 16:15:44 +00:00
|
|
|
if (convert->current_layout == GST_AUDIO_LAYOUT_NON_INTERLEAVED) {
|
|
|
|
flags |= GST_AUDIO_RESAMPLER_FLAG_NON_INTERLEAVED_IN;
|
2018-02-01 15:00:06 +00:00
|
|
|
}
|
|
|
|
/* if the resampler is activated, it is optimal to change layout here */
|
|
|
|
if (out->layout == GST_AUDIO_LAYOUT_NON_INTERLEAVED) {
|
2016-03-04 16:15:44 +00:00
|
|
|
flags |= GST_AUDIO_RESAMPLER_FLAG_NON_INTERLEAVED_OUT;
|
|
|
|
}
|
2018-02-01 15:00:06 +00:00
|
|
|
convert->current_layout = out->layout;
|
|
|
|
|
2016-02-25 13:09:44 +00:00
|
|
|
if (variable_rate)
|
|
|
|
flags |= GST_AUDIO_RESAMPLER_FLAG_VARIABLE_RATE;
|
2015-11-13 14:32:29 +00:00
|
|
|
|
|
|
|
convert->resampler =
|
|
|
|
gst_audio_resampler_new (method, flags, format, channels, in->rate,
|
|
|
|
out->rate, convert->config);
|
|
|
|
|
2016-10-21 12:30:31 +00:00
|
|
|
prev = audio_chain_new (prev, convert);
|
2015-11-13 14:32:29 +00:00
|
|
|
prev->allow_ip = FALSE;
|
|
|
|
prev->pass_alloc = FALSE;
|
|
|
|
audio_chain_set_make_func (prev, do_resample, convert, NULL);
|
|
|
|
}
|
|
|
|
return prev;
|
|
|
|
}
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
static AudioChain *
|
|
|
|
chain_convert_out (GstAudioConverter * convert, AudioChain * prev)
|
|
|
|
{
|
|
|
|
gboolean in_int, out_int;
|
|
|
|
GstAudioInfo *in = &convert->in;
|
|
|
|
GstAudioInfo *out = &convert->out;
|
|
|
|
|
|
|
|
in_int = GST_AUDIO_FORMAT_INFO_IS_INTEGER (in->finfo);
|
|
|
|
out_int = GST_AUDIO_FORMAT_INFO_IS_INTEGER (out->finfo);
|
|
|
|
|
2015-10-30 16:36:48 +00:00
|
|
|
if (!in_int && out_int) {
|
2015-11-06 16:49:00 +00:00
|
|
|
convert->convert_out = (AudioConvertFunc) audio_orc_double_to_s32;
|
2015-12-16 09:45:48 +00:00
|
|
|
convert->current_format = GST_AUDIO_FORMAT_S32;
|
|
|
|
|
|
|
|
GST_INFO ("convert F64 to S32");
|
2016-10-21 12:30:31 +00:00
|
|
|
prev = audio_chain_new (prev, convert);
|
2015-12-16 09:45:48 +00:00
|
|
|
prev->allow_ip = TRUE;
|
|
|
|
prev->pass_alloc = FALSE;
|
|
|
|
audio_chain_set_make_func (prev, do_convert_out, convert, NULL);
|
2015-10-30 16:36:48 +00:00
|
|
|
}
|
2015-12-16 09:45:48 +00:00
|
|
|
return prev;
|
|
|
|
}
|
|
|
|
|
|
|
|
static AudioChain *
|
|
|
|
chain_quantize (GstAudioConverter * convert, AudioChain * prev)
|
|
|
|
{
|
2016-02-24 11:54:39 +00:00
|
|
|
const GstAudioFormatInfo *cur_finfo;
|
2015-12-16 09:45:48 +00:00
|
|
|
GstAudioInfo *out = &convert->out;
|
|
|
|
gint in_depth, out_depth;
|
|
|
|
gboolean in_int, out_int;
|
|
|
|
GstAudioDitherMethod dither;
|
|
|
|
GstAudioNoiseShapingMethod ns;
|
|
|
|
|
|
|
|
dither = GET_OPT_DITHER_METHOD (convert);
|
|
|
|
ns = GET_OPT_NOISE_SHAPING_METHOD (convert);
|
|
|
|
|
2016-02-24 11:54:39 +00:00
|
|
|
cur_finfo = gst_audio_format_get_info (convert->current_format);
|
|
|
|
|
|
|
|
in_depth = GST_AUDIO_FORMAT_INFO_DEPTH (cur_finfo);
|
2015-12-16 09:45:48 +00:00
|
|
|
out_depth = GST_AUDIO_FORMAT_INFO_DEPTH (out->finfo);
|
|
|
|
GST_INFO ("depth in %d, out %d", in_depth, out_depth);
|
|
|
|
|
2016-02-24 11:54:39 +00:00
|
|
|
in_int = GST_AUDIO_FORMAT_INFO_IS_INTEGER (cur_finfo);
|
2015-12-16 09:45:48 +00:00
|
|
|
out_int = GST_AUDIO_FORMAT_INFO_IS_INTEGER (out->finfo);
|
|
|
|
|
2015-10-30 16:36:48 +00:00
|
|
|
/* Don't dither or apply noise shaping if target depth is bigger than 20 bits
|
|
|
|
* as DA converters only can do a SNR up to 20 bits in reality.
|
|
|
|
* Also don't dither or apply noise shaping if target depth is larger than
|
|
|
|
* source depth. */
|
|
|
|
if (out_depth > 20 || (in_int && out_depth >= in_depth)) {
|
|
|
|
dither = GST_AUDIO_DITHER_NONE;
|
|
|
|
ns = GST_AUDIO_NOISE_SHAPING_NONE;
|
|
|
|
GST_INFO ("using no dither and noise shaping");
|
|
|
|
} else {
|
|
|
|
GST_INFO ("using dither %d and noise shaping %d", dither, ns);
|
|
|
|
/* Use simple error feedback when output sample rate is smaller than
|
|
|
|
* 32000 as the other methods might move the noise to audible ranges */
|
|
|
|
if (ns > GST_AUDIO_NOISE_SHAPING_ERROR_FEEDBACK && out->rate < 32000)
|
|
|
|
ns = GST_AUDIO_NOISE_SHAPING_ERROR_FEEDBACK;
|
|
|
|
}
|
|
|
|
/* we still want to run the quantization step when reducing bits to get
|
|
|
|
* the rounding correct */
|
2016-01-12 14:27:16 +00:00
|
|
|
if (out_int && out_depth < 32
|
|
|
|
&& convert->current_format == GST_AUDIO_FORMAT_S32) {
|
2015-10-30 16:36:48 +00:00
|
|
|
GST_INFO ("quantize to %d bits, dither %d, ns %d", out_depth, dither, ns);
|
2015-12-16 09:45:48 +00:00
|
|
|
convert->quant =
|
|
|
|
gst_audio_quantize_new (dither, ns, 0, convert->current_format,
|
2015-10-30 16:36:48 +00:00
|
|
|
out->channels, 1U << (32 - out_depth));
|
2015-12-16 09:45:48 +00:00
|
|
|
|
2016-10-21 12:30:31 +00:00
|
|
|
prev = audio_chain_new (prev, convert);
|
2015-12-16 09:45:48 +00:00
|
|
|
prev->allow_ip = TRUE;
|
|
|
|
prev->pass_alloc = TRUE;
|
|
|
|
audio_chain_set_make_func (prev, do_quantize, convert, NULL);
|
2015-10-30 16:36:48 +00:00
|
|
|
}
|
2015-12-16 09:45:48 +00:00
|
|
|
return prev;
|
|
|
|
}
|
|
|
|
|
2018-02-01 15:00:06 +00:00
|
|
|
static AudioChain *
|
|
|
|
chain_change_layout (GstAudioConverter * convert, AudioChain * prev)
|
|
|
|
{
|
|
|
|
GstAudioInfo *out = &convert->out;
|
|
|
|
|
|
|
|
if (convert->current_layout != out->layout) {
|
|
|
|
convert->current_layout = out->layout;
|
|
|
|
|
|
|
|
/* if there is only 1 channel, layouts are identical */
|
|
|
|
if (convert->current_channels > 1) {
|
|
|
|
convert->chlayout_target = convert->current_layout;
|
|
|
|
convert->chlayout_format = convert->current_format;
|
|
|
|
convert->chlayout_channels = convert->current_channels;
|
|
|
|
|
|
|
|
prev = audio_chain_new (prev, convert);
|
|
|
|
prev->allow_ip = FALSE;
|
|
|
|
prev->pass_alloc = FALSE;
|
|
|
|
audio_chain_set_make_func (prev, do_change_layout, convert, NULL);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return prev;
|
|
|
|
}
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
static AudioChain *
|
|
|
|
chain_pack (GstAudioConverter * convert, AudioChain * prev)
|
|
|
|
{
|
|
|
|
GstAudioInfo *out = &convert->out;
|
|
|
|
GstAudioFormat format = convert->current_format;
|
|
|
|
|
|
|
|
convert->current_format = out->finfo->format;
|
|
|
|
|
2015-11-06 11:10:48 +00:00
|
|
|
convert->out_default = format == out->finfo->format;
|
2015-10-30 16:36:48 +00:00
|
|
|
GST_INFO ("pack format %s to %s", gst_audio_format_to_string (format),
|
|
|
|
gst_audio_format_to_string (out->finfo->format));
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
return prev;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
setup_allocators (GstAudioConverter * convert)
|
|
|
|
{
|
|
|
|
AudioChain *chain;
|
|
|
|
AudioChainAllocFunc alloc_func;
|
|
|
|
gboolean allow_ip;
|
|
|
|
|
|
|
|
/* start with using dest if we can directly write into it */
|
|
|
|
if (convert->out_default) {
|
|
|
|
alloc_func = get_output_samples;
|
|
|
|
allow_ip = FALSE;
|
|
|
|
} else {
|
|
|
|
alloc_func = get_temp_samples;
|
|
|
|
allow_ip = TRUE;
|
|
|
|
}
|
|
|
|
/* now walk backwards, we try to write into the dest samples directly
|
|
|
|
* and keep track if the source needs to be writable */
|
2016-10-21 12:30:31 +00:00
|
|
|
for (chain = convert->chain_end; chain; chain = chain->prev) {
|
2015-12-16 09:45:48 +00:00
|
|
|
chain->alloc_func = alloc_func;
|
|
|
|
chain->alloc_data = convert;
|
|
|
|
chain->allow_ip = allow_ip && chain->allow_ip;
|
2016-01-12 10:37:17 +00:00
|
|
|
GST_LOG ("chain %p: %d %d", chain, allow_ip, chain->allow_ip);
|
2015-12-16 09:45:48 +00:00
|
|
|
|
|
|
|
if (!chain->pass_alloc) {
|
|
|
|
/* can't pass allocator, make new temp line allocator */
|
|
|
|
alloc_func = get_temp_samples;
|
|
|
|
allow_ip = TRUE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-01-26 16:14:20 +00:00
|
|
|
static gboolean
|
|
|
|
converter_passthrough (GstAudioConverter * convert,
|
|
|
|
GstAudioConverterFlags flags, gpointer in[], gsize in_frames,
|
|
|
|
gpointer out[], gsize out_frames)
|
|
|
|
{
|
|
|
|
gint i;
|
|
|
|
AudioChain *chain;
|
2016-01-26 15:36:41 +00:00
|
|
|
gsize samples;
|
2016-01-26 16:14:20 +00:00
|
|
|
|
2016-10-19 10:21:37 +00:00
|
|
|
/* in-place passthrough -> do nothing */
|
|
|
|
if (in == out) {
|
|
|
|
g_assert (convert->in_place);
|
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
2016-10-21 12:30:31 +00:00
|
|
|
chain = convert->chain_end;
|
2016-01-26 16:14:20 +00:00
|
|
|
|
2016-01-26 15:36:41 +00:00
|
|
|
samples = in_frames * chain->inc;
|
2016-01-26 16:14:20 +00:00
|
|
|
|
2016-01-26 15:36:41 +00:00
|
|
|
GST_LOG ("passthrough: %" G_GSIZE_FORMAT " / %" G_GSIZE_FORMAT " samples",
|
|
|
|
in_frames, samples);
|
2016-01-26 16:14:20 +00:00
|
|
|
|
2016-01-26 15:36:41 +00:00
|
|
|
if (in) {
|
|
|
|
gsize bytes;
|
|
|
|
|
|
|
|
bytes = samples * (convert->in.bpf / convert->in.channels);
|
|
|
|
|
2016-11-30 08:43:50 +00:00
|
|
|
for (i = 0; i < chain->blocks; i++) {
|
|
|
|
if (out[i] == in[i]) {
|
|
|
|
g_assert (convert->in_place);
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
|
2016-01-26 15:36:41 +00:00
|
|
|
memcpy (out[i], in[i], bytes);
|
2016-11-30 08:43:50 +00:00
|
|
|
}
|
2016-01-26 15:36:41 +00:00
|
|
|
} else {
|
|
|
|
for (i = 0; i < chain->blocks; i++)
|
|
|
|
gst_audio_format_fill_silence (convert->in.finfo, out[i], samples);
|
|
|
|
}
|
2016-01-26 16:14:20 +00:00
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
2016-10-19 10:21:37 +00:00
|
|
|
/* perform LE<->BE conversion on a block of @count 16-bit samples
|
|
|
|
* dst may equal src for in-place conversion
|
|
|
|
*/
|
|
|
|
static void
|
|
|
|
converter_swap_endian_16 (gpointer dst, const gpointer src, gint count)
|
|
|
|
{
|
|
|
|
guint16 *out = dst;
|
|
|
|
const guint16 *in = src;
|
|
|
|
gint i;
|
|
|
|
|
|
|
|
for (i = 0; i < count; i++)
|
|
|
|
out[i] = GUINT16_SWAP_LE_BE (in[i]);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* perform LE<->BE conversion on a block of @count 24-bit samples
|
|
|
|
* dst may equal src for in-place conversion
|
|
|
|
*
|
|
|
|
* naive algorithm, which performs better with -O3 and worse with -O2
|
|
|
|
* than the commented out optimized algorithm below
|
|
|
|
*/
|
|
|
|
static void
|
|
|
|
converter_swap_endian_24 (gpointer dst, const gpointer src, gint count)
|
|
|
|
{
|
|
|
|
guint8 *out = dst;
|
|
|
|
const guint8 *in = src;
|
|
|
|
gint i;
|
|
|
|
|
|
|
|
count *= 3;
|
|
|
|
|
|
|
|
for (i = 0; i < count; i += 3) {
|
|
|
|
guint8 x = in[i + 0];
|
|
|
|
out[i + 0] = in[i + 2];
|
|
|
|
out[i + 1] = in[i + 1];
|
|
|
|
out[i + 2] = x;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* the below code performs better with -O2 but worse with -O3 */
|
|
|
|
#if 0
|
|
|
|
/* perform LE<->BE conversion on a block of @count 24-bit samples
|
|
|
|
* dst may equal src for in-place conversion
|
|
|
|
*
|
|
|
|
* assumes that dst and src are 32-bit aligned
|
|
|
|
*/
|
|
|
|
static void
|
|
|
|
converter_swap_endian_24 (gpointer dst, const gpointer src, gint count)
|
|
|
|
{
|
|
|
|
guint32 *out = dst;
|
|
|
|
const guint32 *in = src;
|
|
|
|
guint8 *out8;
|
|
|
|
const guint8 *in8;
|
|
|
|
gint i;
|
|
|
|
|
|
|
|
/* first convert 24-bit samples in multiples of 4 reading 3x 32-bits in one cycle
|
|
|
|
*
|
|
|
|
* input: A1 B1 C1 A2 , B2 C2 A3 B3 , C3 A4 B4 C4
|
|
|
|
* 32-bit endian swap: A2 C1 B1 A1 , B3 A3 C2 B2 , C4 B4 A4 C3
|
|
|
|
* <-- x --> <-- y --> , <-- z -->
|
|
|
|
*
|
|
|
|
* desired output: C1 B1 A1 C2 , B2 A2 C3 B3 , A3 C4 B4 A4
|
|
|
|
*/
|
|
|
|
for (i = 0; i < count / 4; i++, in += 3, out += 3) {
|
|
|
|
guint32 x, y, z;
|
|
|
|
|
|
|
|
x = GUINT32_SWAP_LE_BE (in[0]);
|
|
|
|
y = GUINT32_SWAP_LE_BE (in[1]);
|
|
|
|
z = GUINT32_SWAP_LE_BE (in[2]);
|
|
|
|
|
|
|
|
#if G_BYTE_ORDER == G_BIG_ENDIAN
|
|
|
|
out[0] = (x << 8) + ((y >> 8) & 0xff);
|
|
|
|
out[1] = (in[1] & 0xff0000ff) + ((x >> 8) & 0xff0000) + ((z << 8) & 0xff00);
|
|
|
|
out[2] = (z >> 8) + ((y << 8) & 0xff000000);
|
|
|
|
#else
|
|
|
|
out[0] = (x >> 8) + ((y << 8) & 0xff000000);
|
|
|
|
out[1] = (in[1] & 0xff0000ff) + ((x << 8) & 0xff00) + ((z >> 8) & 0xff0000);
|
|
|
|
out[2] = (z << 8) + ((y >> 8) & 0xff);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
/* convert the remainder less efficiently */
|
|
|
|
for (out8 = (guint8 *) out, in8 = (const guint8 *) in, i = 0; i < (count & 3);
|
|
|
|
i++) {
|
|
|
|
guint8 x = in8[i + 0];
|
|
|
|
out8[i + 0] = in8[i + 2];
|
|
|
|
out8[i + 1] = in8[i + 1];
|
|
|
|
out8[i + 2] = x;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* perform LE<->BE conversion on a block of @count 32-bit samples
|
|
|
|
* dst may equal src for in-place conversion
|
|
|
|
*/
|
|
|
|
static void
|
|
|
|
converter_swap_endian_32 (gpointer dst, const gpointer src, gint count)
|
|
|
|
{
|
|
|
|
guint32 *out = dst;
|
|
|
|
const guint32 *in = src;
|
|
|
|
gint i;
|
|
|
|
|
|
|
|
for (i = 0; i < count; i++)
|
|
|
|
out[i] = GUINT32_SWAP_LE_BE (in[i]);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* perform LE<->BE conversion on a block of @count 64-bit samples
|
|
|
|
* dst may equal src for in-place conversion
|
|
|
|
*/
|
|
|
|
static void
|
|
|
|
converter_swap_endian_64 (gpointer dst, const gpointer src, gint count)
|
|
|
|
{
|
|
|
|
guint64 *out = dst;
|
|
|
|
const guint64 *in = src;
|
|
|
|
gint i;
|
|
|
|
|
|
|
|
for (i = 0; i < count; i++)
|
|
|
|
out[i] = GUINT64_SWAP_LE_BE (in[i]);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* the worker function to perform endian-conversion only
|
|
|
|
* assuming finfo and foutinfo have the same depth
|
|
|
|
*/
|
|
|
|
static gboolean
|
|
|
|
converter_endian (GstAudioConverter * convert,
|
|
|
|
GstAudioConverterFlags flags, gpointer in[], gsize in_frames,
|
|
|
|
gpointer out[], gsize out_frames)
|
|
|
|
{
|
|
|
|
gint i;
|
|
|
|
AudioChain *chain;
|
|
|
|
gsize samples;
|
|
|
|
|
|
|
|
chain = convert->chain_end;
|
|
|
|
samples = in_frames * chain->inc;
|
|
|
|
|
|
|
|
GST_LOG ("convert endian: %" G_GSIZE_FORMAT " / %" G_GSIZE_FORMAT " samples",
|
|
|
|
in_frames, samples);
|
|
|
|
|
|
|
|
if (in) {
|
|
|
|
for (i = 0; i < chain->blocks; i++)
|
|
|
|
convert->swap_endian (out[i], in[i], samples);
|
|
|
|
} else {
|
|
|
|
for (i = 0; i < chain->blocks; i++)
|
|
|
|
gst_audio_format_fill_silence (convert->in.finfo, out[i], samples);
|
|
|
|
}
|
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
2016-01-26 16:14:20 +00:00
|
|
|
static gboolean
|
|
|
|
converter_generic (GstAudioConverter * convert,
|
|
|
|
GstAudioConverterFlags flags, gpointer in[], gsize in_frames,
|
|
|
|
gpointer out[], gsize out_frames)
|
|
|
|
{
|
|
|
|
AudioChain *chain;
|
|
|
|
gpointer *tmp;
|
|
|
|
gint i;
|
|
|
|
gsize produced;
|
|
|
|
|
2016-10-21 12:30:31 +00:00
|
|
|
chain = convert->chain_end;
|
2016-01-26 16:14:20 +00:00
|
|
|
|
|
|
|
convert->in_writable = flags & GST_AUDIO_CONVERTER_FLAG_IN_WRITABLE;
|
|
|
|
convert->in_data = in;
|
|
|
|
convert->in_frames = in_frames;
|
|
|
|
convert->out_data = out;
|
|
|
|
convert->out_frames = out_frames;
|
|
|
|
|
|
|
|
/* get frames to pack */
|
|
|
|
tmp = audio_chain_get_samples (chain, &produced);
|
|
|
|
|
|
|
|
if (!convert->out_default) {
|
|
|
|
GST_LOG ("pack %p, %p %" G_GSIZE_FORMAT, tmp, out, produced);
|
|
|
|
/* and pack if needed */
|
|
|
|
for (i = 0; i < chain->blocks; i++)
|
|
|
|
convert->out.finfo->pack_func (convert->out.finfo, 0, tmp[i], out[i],
|
|
|
|
produced * chain->inc);
|
|
|
|
}
|
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
2016-01-15 10:20:29 +00:00
|
|
|
static gboolean
|
|
|
|
converter_resample (GstAudioConverter * convert,
|
|
|
|
GstAudioConverterFlags flags, gpointer in[], gsize in_frames,
|
|
|
|
gpointer out[], gsize out_frames)
|
|
|
|
{
|
|
|
|
gst_audio_resampler_resample (convert->resampler, in, in_frames, out,
|
|
|
|
out_frames);
|
|
|
|
|
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
2016-10-19 10:21:37 +00:00
|
|
|
#define GST_AUDIO_FORMAT_IS_ENDIAN_CONVERSION(info1, info2) \
|
|
|
|
( \
|
|
|
|
!(((info1)->flags ^ (info2)->flags) & (~GST_AUDIO_FORMAT_FLAG_UNPACK)) && \
|
|
|
|
(info1)->endianness != (info2)->endianness && \
|
|
|
|
(info1)->width == (info2)->width && \
|
|
|
|
(info1)->depth == (info2)->depth \
|
|
|
|
)
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
/**
|
2018-02-15 18:57:44 +00:00
|
|
|
* gst_audio_converter_new:
|
2016-01-05 15:06:22 +00:00
|
|
|
* @flags: extra #GstAudioConverterFlags
|
2015-12-26 08:43:56 +00:00
|
|
|
* @in_info: a source #GstAudioInfo
|
|
|
|
* @out_info: a destination #GstAudioInfo
|
2018-02-15 18:57:44 +00:00
|
|
|
* @config: (transfer full) (nullable): a #GstStructure with configuration options
|
2015-12-16 09:45:48 +00:00
|
|
|
*
|
|
|
|
* Create a new #GstAudioConverter that is able to convert between @in and @out
|
|
|
|
* audio formats.
|
|
|
|
*
|
2018-09-21 16:54:39 +00:00
|
|
|
* @config contains extra configuration options, see `GST_AUDIO_CONVERTER_OPT_*`
|
2015-12-16 09:45:48 +00:00
|
|
|
* parameters for details about the options and values.
|
|
|
|
*
|
|
|
|
* Returns: a #GstAudioConverter or %NULL if conversion is not possible.
|
|
|
|
*/
|
|
|
|
GstAudioConverter *
|
2016-01-08 16:34:50 +00:00
|
|
|
gst_audio_converter_new (GstAudioConverterFlags flags, GstAudioInfo * in_info,
|
|
|
|
GstAudioInfo * out_info, GstStructure * config)
|
2015-12-16 09:45:48 +00:00
|
|
|
{
|
|
|
|
GstAudioConverter *convert;
|
|
|
|
AudioChain *prev;
|
2017-07-27 17:31:48 +00:00
|
|
|
const GValue *opt_matrix = NULL;
|
2015-12-16 09:45:48 +00:00
|
|
|
|
2015-12-26 08:43:56 +00:00
|
|
|
g_return_val_if_fail (in_info != NULL, FALSE);
|
|
|
|
g_return_val_if_fail (out_info != NULL, FALSE);
|
2015-12-16 09:45:48 +00:00
|
|
|
|
2017-07-27 17:31:48 +00:00
|
|
|
if (config)
|
|
|
|
opt_matrix =
|
|
|
|
gst_structure_get_value (config, GST_AUDIO_CONVERTER_OPT_MIX_MATRIX);
|
|
|
|
|
|
|
|
if (opt_matrix
|
|
|
|
&& !check_mix_matrix (in_info->channels, out_info->channels, opt_matrix))
|
|
|
|
goto invalid_mix_matrix;
|
|
|
|
|
2015-12-26 08:43:56 +00:00
|
|
|
if ((GST_AUDIO_INFO_CHANNELS (in_info) != GST_AUDIO_INFO_CHANNELS (out_info))
|
|
|
|
&& (GST_AUDIO_INFO_IS_UNPOSITIONED (in_info)
|
2017-07-27 17:31:48 +00:00
|
|
|
|| GST_AUDIO_INFO_IS_UNPOSITIONED (out_info))
|
|
|
|
&& !opt_matrix)
|
2015-12-16 09:45:48 +00:00
|
|
|
goto unpositioned;
|
|
|
|
|
|
|
|
convert = g_slice_new0 (GstAudioConverter);
|
|
|
|
|
2016-01-12 10:37:17 +00:00
|
|
|
convert->flags = flags;
|
2015-12-26 08:43:56 +00:00
|
|
|
convert->in = *in_info;
|
|
|
|
convert->out = *out_info;
|
2015-12-16 09:45:48 +00:00
|
|
|
|
|
|
|
/* default config */
|
|
|
|
convert->config = gst_structure_new_empty ("GstAudioConverter");
|
|
|
|
if (config)
|
2016-01-08 16:28:31 +00:00
|
|
|
gst_audio_converter_update_config (convert, 0, 0, config);
|
2015-12-16 09:45:48 +00:00
|
|
|
|
2015-12-26 08:43:56 +00:00
|
|
|
GST_INFO ("unitsizes: %d -> %d", in_info->bpf, out_info->bpf);
|
2015-12-16 09:45:48 +00:00
|
|
|
|
|
|
|
/* step 1, unpack */
|
|
|
|
prev = chain_unpack (convert);
|
|
|
|
/* step 2, optional convert from S32 to F64 for channel mix */
|
|
|
|
prev = chain_convert_in (convert, prev);
|
|
|
|
/* step 3, channel mix */
|
|
|
|
prev = chain_mix (convert, prev);
|
2015-11-13 14:32:29 +00:00
|
|
|
/* step 4, resample */
|
|
|
|
prev = chain_resample (convert, prev);
|
|
|
|
/* step 5, optional convert for quantize */
|
2015-12-16 09:45:48 +00:00
|
|
|
prev = chain_convert_out (convert, prev);
|
2015-11-13 14:32:29 +00:00
|
|
|
/* step 6, optional quantize */
|
2015-12-16 09:45:48 +00:00
|
|
|
prev = chain_quantize (convert, prev);
|
2018-02-01 15:00:06 +00:00
|
|
|
/* step 7, change layout */
|
|
|
|
prev = chain_change_layout (convert, prev);
|
|
|
|
/* step 8, pack */
|
2016-10-21 12:30:31 +00:00
|
|
|
convert->chain_end = chain_pack (convert, prev);
|
2015-12-16 09:45:48 +00:00
|
|
|
|
2016-01-15 10:43:13 +00:00
|
|
|
convert->convert = converter_generic;
|
2016-10-19 10:21:37 +00:00
|
|
|
convert->in_place = FALSE;
|
2018-12-17 12:33:56 +00:00
|
|
|
convert->passthrough = FALSE;
|
2016-01-15 10:43:13 +00:00
|
|
|
|
2015-10-30 16:36:48 +00:00
|
|
|
/* optimize */
|
2016-10-19 10:21:37 +00:00
|
|
|
if (convert->mix_passthrough) {
|
|
|
|
if (out_info->finfo->format == in_info->finfo->format) {
|
|
|
|
if (convert->resampler == NULL) {
|
2018-02-01 15:00:06 +00:00
|
|
|
if (out_info->layout == in_info->layout) {
|
|
|
|
GST_INFO ("same formats, same layout, no resampler and "
|
|
|
|
"passthrough mixing -> passthrough");
|
|
|
|
convert->convert = converter_passthrough;
|
|
|
|
convert->in_place = TRUE;
|
2018-12-17 12:33:56 +00:00
|
|
|
convert->passthrough = TRUE;
|
2018-02-01 15:00:06 +00:00
|
|
|
}
|
2016-10-19 10:21:37 +00:00
|
|
|
} else {
|
|
|
|
if (is_intermediate_format (in_info->finfo->format)) {
|
|
|
|
GST_INFO ("same formats, and passthrough mixing -> only resampling");
|
|
|
|
convert->convert = converter_resample;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else if (GST_AUDIO_FORMAT_IS_ENDIAN_CONVERSION (out_info->finfo,
|
|
|
|
in_info->finfo)) {
|
2018-02-01 15:00:06 +00:00
|
|
|
if (convert->resampler == NULL && out_info->layout == in_info->layout) {
|
2016-10-19 10:21:37 +00:00
|
|
|
GST_INFO ("no resampler, passthrough mixing -> only endian conversion");
|
|
|
|
convert->convert = converter_endian;
|
|
|
|
convert->in_place = TRUE;
|
|
|
|
|
2018-11-29 11:55:28 +00:00
|
|
|
switch (GST_AUDIO_INFO_WIDTH (in_info)) {
|
|
|
|
case 16:
|
2016-10-19 10:21:37 +00:00
|
|
|
GST_DEBUG ("initializing 16-bit endian conversion");
|
|
|
|
convert->swap_endian = converter_swap_endian_16;
|
|
|
|
break;
|
2018-11-29 11:55:28 +00:00
|
|
|
case 24:
|
2016-10-19 10:21:37 +00:00
|
|
|
GST_DEBUG ("initializing 24-bit endian conversion");
|
|
|
|
convert->swap_endian = converter_swap_endian_24;
|
|
|
|
break;
|
2018-11-29 11:55:28 +00:00
|
|
|
case 32:
|
2016-10-19 10:21:37 +00:00
|
|
|
GST_DEBUG ("initializing 32-bit endian conversion");
|
|
|
|
convert->swap_endian = converter_swap_endian_32;
|
|
|
|
break;
|
2018-11-29 11:55:28 +00:00
|
|
|
case 64:
|
2016-10-19 10:21:37 +00:00
|
|
|
GST_DEBUG ("initializing 64-bit endian conversion");
|
|
|
|
convert->swap_endian = converter_swap_endian_64;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
GST_ERROR ("unsupported sample width for endian conversion");
|
|
|
|
g_assert_not_reached ();
|
|
|
|
}
|
2016-01-15 10:43:13 +00:00
|
|
|
}
|
2016-01-15 10:20:29 +00:00
|
|
|
}
|
2015-10-30 16:36:48 +00:00
|
|
|
}
|
gst/audioconvert/: Implement dithering and noise shaping in audioconvert. By default now
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
(check_default), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_dithering_get_type),
(gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
(gst_audio_convert_init), (gst_audio_convert_set_caps),
(gst_audio_convert_set_property), (gst_audio_convert_get_property):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstaudioquantize.c:
(gst_audio_quantize_setup_noise_shaping),
(gst_audio_quantize_free_noise_shaping),
(gst_audio_quantize_setup_dither),
(gst_audio_quantize_free_dither),
(gst_audio_quantize_setup_quantize_func),
(gst_audio_quantize_setup), (gst_audio_quantize_free):
* gst/audioconvert/gstaudioquantize.h:
Implement dithering and noise shaping in audioconvert. By default now
TPDF dithering (and no noise shaping) will be used when converting
from a higher bit depth to 20 bit depth or smaller, otherwise
everything will be as it is now.
For the last audioconvert in a pipeline it would make sense to
use some kind of noise shaping, enabling it by default for all
conversions would give undesired results though. Fixes #360246.
* tests/check/elements/audioconvert.c: (setup_audioconvert),
(GST_START_TEST):
Adjust unit test for the new audioconvert.
2007-06-28 20:37:58 +00:00
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
setup_allocators (convert);
|
|
|
|
|
2015-11-06 11:10:48 +00:00
|
|
|
return convert;
|
2012-01-02 14:03:54 +00:00
|
|
|
|
|
|
|
/* ERRORS */
|
|
|
|
unpositioned:
|
|
|
|
{
|
|
|
|
GST_WARNING ("unpositioned channels");
|
2015-11-06 11:10:48 +00:00
|
|
|
return NULL;
|
2012-01-02 14:03:54 +00:00
|
|
|
}
|
2017-07-27 17:31:48 +00:00
|
|
|
|
|
|
|
invalid_mix_matrix:
|
|
|
|
{
|
|
|
|
GST_WARNING ("Invalid mix matrix");
|
|
|
|
return NULL;
|
|
|
|
}
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
}
|
|
|
|
|
2015-11-06 11:46:36 +00:00
|
|
|
/**
|
|
|
|
* gst_audio_converter_free:
|
|
|
|
* @convert: a #GstAudioConverter
|
|
|
|
*
|
|
|
|
* Free a previously allocated @convert instance.
|
|
|
|
*/
|
2015-11-06 11:10:48 +00:00
|
|
|
void
|
|
|
|
gst_audio_converter_free (GstAudioConverter * convert)
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
{
|
2016-10-21 12:30:31 +00:00
|
|
|
AudioChain *chain;
|
|
|
|
|
2015-11-06 11:10:48 +00:00
|
|
|
g_return_if_fail (convert != NULL);
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
|
2016-10-21 12:30:31 +00:00
|
|
|
/* walk the chain backwards and free all elements */
|
|
|
|
for (chain = convert->chain_end; chain;) {
|
|
|
|
AudioChain *prev = chain->prev;
|
|
|
|
audio_chain_free (chain);
|
|
|
|
chain = prev;
|
|
|
|
}
|
|
|
|
|
2015-11-06 11:10:48 +00:00
|
|
|
if (convert->quant)
|
|
|
|
gst_audio_quantize_free (convert->quant);
|
|
|
|
if (convert->mix)
|
2016-01-08 15:22:25 +00:00
|
|
|
gst_audio_channel_mixer_free (convert->mix);
|
2016-01-04 17:28:38 +00:00
|
|
|
if (convert->resampler)
|
|
|
|
gst_audio_resampler_free (convert->resampler);
|
2015-11-06 11:10:48 +00:00
|
|
|
gst_audio_info_init (&convert->in);
|
|
|
|
gst_audio_info_init (&convert->out);
|
|
|
|
|
|
|
|
gst_structure_free (convert->config);
|
|
|
|
|
|
|
|
g_slice_free (GstAudioConverter, convert);
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
}
|
|
|
|
|
2015-12-16 09:45:48 +00:00
|
|
|
/**
|
|
|
|
* gst_audio_converter_get_out_frames:
|
|
|
|
* @convert: a #GstAudioConverter
|
|
|
|
* @in_frames: number of input frames
|
|
|
|
*
|
|
|
|
* Calculate how many output frames can be produced when @in_frames input
|
|
|
|
* frames are given to @convert.
|
|
|
|
*
|
|
|
|
* Returns: the number of output frames
|
|
|
|
*/
|
|
|
|
gsize
|
|
|
|
gst_audio_converter_get_out_frames (GstAudioConverter * convert,
|
|
|
|
gsize in_frames)
|
|
|
|
{
|
2016-01-04 17:28:38 +00:00
|
|
|
if (convert->resampler)
|
|
|
|
return gst_audio_resampler_get_out_frames (convert->resampler, in_frames);
|
|
|
|
else
|
|
|
|
return in_frames;
|
2015-12-16 09:45:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* gst_audio_converter_get_in_frames:
|
|
|
|
* @convert: a #GstAudioConverter
|
|
|
|
* @out_frames: number of output frames
|
|
|
|
*
|
|
|
|
* Calculate how many input frames are currently needed by @convert to produce
|
|
|
|
* @out_frames of output frames.
|
|
|
|
*
|
|
|
|
* Returns: the number of input frames
|
|
|
|
*/
|
|
|
|
gsize
|
|
|
|
gst_audio_converter_get_in_frames (GstAudioConverter * convert,
|
|
|
|
gsize out_frames)
|
|
|
|
{
|
2016-01-04 17:28:38 +00:00
|
|
|
if (convert->resampler)
|
|
|
|
return gst_audio_resampler_get_in_frames (convert->resampler, out_frames);
|
|
|
|
else
|
|
|
|
return out_frames;
|
2015-12-16 09:45:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* gst_audio_converter_get_max_latency:
|
|
|
|
* @convert: a #GstAudioConverter
|
|
|
|
*
|
|
|
|
* Get the maximum number of input frames that the converter would
|
|
|
|
* need before producing output.
|
|
|
|
*
|
|
|
|
* Returns: the latency of @convert as expressed in the number of
|
|
|
|
* frames.
|
|
|
|
*/
|
|
|
|
gsize
|
|
|
|
gst_audio_converter_get_max_latency (GstAudioConverter * convert)
|
|
|
|
{
|
2016-01-04 17:28:38 +00:00
|
|
|
if (convert->resampler)
|
|
|
|
return gst_audio_resampler_get_max_latency (convert->resampler);
|
|
|
|
else
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-01-26 15:56:57 +00:00
|
|
|
/**
|
|
|
|
* gst_audio_converter_reset:
|
|
|
|
* @convert: a #GstAudioConverter
|
|
|
|
*
|
|
|
|
* Reset @convert to the state it was when it was first created, clearing
|
|
|
|
* any history it might currently have.
|
|
|
|
*/
|
|
|
|
void
|
|
|
|
gst_audio_converter_reset (GstAudioConverter * convert)
|
|
|
|
{
|
2016-01-26 15:42:16 +00:00
|
|
|
if (convert->resampler)
|
|
|
|
gst_audio_resampler_reset (convert->resampler);
|
2016-01-26 15:56:57 +00:00
|
|
|
if (convert->quant)
|
|
|
|
gst_audio_quantize_reset (convert->quant);
|
|
|
|
}
|
|
|
|
|
2015-11-06 11:46:36 +00:00
|
|
|
/**
|
|
|
|
* gst_audio_converter_samples:
|
|
|
|
* @convert: a #GstAudioConverter
|
|
|
|
* @flags: extra #GstAudioConverterFlags
|
2016-01-26 16:14:20 +00:00
|
|
|
* @in: input frames
|
|
|
|
* @in_frames: number of input frames
|
|
|
|
* @out: output frames
|
|
|
|
* @out_frames: number of output frames
|
2015-11-06 11:46:36 +00:00
|
|
|
*
|
2016-01-26 16:14:20 +00:00
|
|
|
* Perform the conversion with @in_frames in @in to @out_frames in @out
|
2015-12-09 16:16:26 +00:00
|
|
|
* using @convert.
|
|
|
|
*
|
2015-12-10 15:26:40 +00:00
|
|
|
* In case the samples are interleaved, @in and @out must point to an
|
|
|
|
* array with a single element pointing to a block of interleaved samples.
|
|
|
|
*
|
|
|
|
* If non-interleaved samples are used, @in and @out must point to an
|
|
|
|
* array with pointers to memory blocks, one for each channel.
|
|
|
|
*
|
2016-01-26 15:36:41 +00:00
|
|
|
* @in may be %NULL, in which case @in_frames of silence samples are processed
|
|
|
|
* by the converter.
|
|
|
|
*
|
2016-01-08 16:17:44 +00:00
|
|
|
* This function always produces @out_frames of output and consumes @in_frames of
|
|
|
|
* input. Use gst_audio_converter_get_out_frames() and
|
|
|
|
* gst_audio_converter_get_in_frames() to make sure @in_frames and @out_frames
|
|
|
|
* are matching and @in and @out point to enough memory.
|
2015-11-06 11:46:36 +00:00
|
|
|
*
|
|
|
|
* Returns: %TRUE is the conversion could be performed.
|
|
|
|
*/
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
gboolean
|
2015-11-06 11:10:48 +00:00
|
|
|
gst_audio_converter_samples (GstAudioConverter * convert,
|
2016-01-26 16:14:20 +00:00
|
|
|
GstAudioConverterFlags flags, gpointer in[], gsize in_frames,
|
|
|
|
gpointer out[], gsize out_frames)
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
{
|
2015-11-06 11:10:48 +00:00
|
|
|
g_return_val_if_fail (convert != NULL, FALSE);
|
2015-12-09 16:16:26 +00:00
|
|
|
g_return_val_if_fail (out != NULL, FALSE);
|
|
|
|
|
2016-01-26 16:14:20 +00:00
|
|
|
if (in_frames == 0) {
|
2015-12-29 13:23:59 +00:00
|
|
|
GST_LOG ("skipping empty buffer");
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
return TRUE;
|
2015-11-10 08:52:24 +00:00
|
|
|
}
|
2016-01-26 16:14:20 +00:00
|
|
|
return convert->convert (convert, flags, in, in_frames, out, out_frames);
|
gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
|
|
|
}
|
2016-10-19 10:21:37 +00:00
|
|
|
|
2018-02-15 19:00:42 +00:00
|
|
|
/**
|
|
|
|
* gst_audio_converter_convert:
|
2018-04-02 06:34:58 +00:00
|
|
|
* @convert: a #GstAudioConverter
|
2018-02-15 19:00:42 +00:00
|
|
|
* @flags: extra #GstAudioConverterFlags
|
|
|
|
* @in: (array length=in_size) (element-type guint8): input data
|
|
|
|
* @in_size: size of @in
|
|
|
|
* @out: (out) (array length=out_size) (element-type guint8): a pointer where
|
|
|
|
* the output data will be written
|
|
|
|
* @out_size: (out): a pointer where the size of @out will be written
|
|
|
|
*
|
|
|
|
* Convenience wrapper around gst_audio_converter_samples(), which will
|
|
|
|
* perform allocation of the output buffer based on the result from
|
|
|
|
* gst_audio_converter_get_out_frames().
|
|
|
|
*
|
|
|
|
* Returns: %TRUE is the conversion could be performed.
|
|
|
|
*
|
|
|
|
* Since: 1.14
|
|
|
|
*/
|
|
|
|
gboolean
|
|
|
|
gst_audio_converter_convert (GstAudioConverter * convert,
|
|
|
|
GstAudioConverterFlags flags, gpointer in, gsize in_size,
|
|
|
|
gpointer * out, gsize * out_size)
|
|
|
|
{
|
2018-02-15 20:08:08 +00:00
|
|
|
gsize in_frames;
|
|
|
|
gsize out_frames;
|
|
|
|
|
2018-02-15 19:00:42 +00:00
|
|
|
g_return_val_if_fail (convert != NULL, FALSE);
|
|
|
|
g_return_val_if_fail (flags ^ GST_AUDIO_CONVERTER_FLAG_IN_WRITABLE, FALSE);
|
|
|
|
|
2018-02-15 20:08:08 +00:00
|
|
|
in_frames = in_size / convert->in.bpf;
|
|
|
|
out_frames = gst_audio_converter_get_out_frames (convert, in_frames);
|
2018-02-15 19:00:42 +00:00
|
|
|
|
|
|
|
*out_size = out_frames * convert->out.bpf;
|
|
|
|
*out = g_malloc0 (*out_size);
|
|
|
|
|
|
|
|
return gst_audio_converter_samples (convert, flags, &in, in_frames, out,
|
|
|
|
out_frames);
|
|
|
|
}
|
|
|
|
|
2016-10-19 10:21:37 +00:00
|
|
|
/**
|
2017-01-23 19:36:11 +00:00
|
|
|
* gst_audio_converter_supports_inplace:
|
2016-10-19 10:21:37 +00:00
|
|
|
* @convert: a #GstAudioConverter
|
|
|
|
*
|
|
|
|
* Returns whether the audio converter can perform the conversion in-place.
|
|
|
|
* The return value would be typically input to gst_base_transform_set_in_place()
|
|
|
|
*
|
|
|
|
* Returns: %TRUE when the conversion can be done in place.
|
|
|
|
*/
|
|
|
|
gboolean
|
|
|
|
gst_audio_converter_supports_inplace (GstAudioConverter * convert)
|
|
|
|
{
|
|
|
|
return convert->in_place;
|
|
|
|
}
|
2018-12-17 12:33:56 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* gst_audio_converter_is_passthrough:
|
|
|
|
*
|
|
|
|
* Returns whether the audio converter will operate in passthrough mode.
|
|
|
|
* The return value would be typically input to gst_base_transform_set_passthrough()
|
|
|
|
*
|
|
|
|
* Returns: %TRUE when no conversion will actually occur.
|
|
|
|
*
|
|
|
|
* Since: 1.16
|
|
|
|
*/
|
|
|
|
gboolean
|
|
|
|
gst_audio_converter_is_passthrough (GstAudioConverter * convert)
|
|
|
|
{
|
|
|
|
return convert->passthrough;
|
|
|
|
}
|