[Asterisk-code-review] Binaural synthesis (confbridge): Adds binaural synthesis to ... (asterisk[master])
Frank Haase
asteriskteam at digium.com
Mon Aug 22 06:34:49 CDT 2016
Hello Anonymous Coward #1000019,
I'd like you to reexamine a change. Please visit
https://gerrit.asterisk.org/3524
to look at the new patch set (#2).
Change subject: Binaural synthesis (confbridge): Adds binaural synthesis to bridge_softmix.
......................................................................
Binaural synthesis (confbridge): Adds binaural synthesis to bridge_softmix.
Adds binaural synthesis to bridge_softmix (via convolution using libfftw3).
Binaural synthesis is conducted at 48kHz.
For a conference, only one spatial representation is rendered.
The default rendering is applied for mono-capable channels.
A set HRTFs is included as header file (impulses.h, hrirs_{left|right}.h).
HRTFs were taken from here:
https://github.com/SoundScapeRenderer/ssr/tree/master/
data/impulse_responses/hrirs
ASTERISK-26292
Change-Id: Iecdb381b6adc17c961049658678f6219adae1ddf
---
M apps/app_confbridge.c
M bridges/bridge_softmix.c
M include/asterisk/bridge.h
M include/asterisk/bridge_channel.h
A include/asterisk/hrirs_left.h
A include/asterisk/hrirs_right.h
A include/asterisk/impulses.h
A include/asterisk/interleaved_stereo.h
M main/bridge.c
9 files changed, 1,153 insertions(+), 25 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/24/3524/2
--
To view, visit https://gerrit.asterisk.org/3524
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iecdb381b6adc17c961049658678f6219adae1ddf
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Frank Haase <fra.haase at googlemail.com>
Gerrit-Reviewer: Anonymous Coward #1000019
More information about the asterisk-code-review
mailing list