SAF
Loading...
Searching...
No Matches
saf_hades.h
Go to the documentation of this file.
1/*
2 * This file is part of the saf_hades module.
3 * Copyright (c) 2021 - Leo McCormack & Janani Fernandez
4 *
5 * The saf_hades module is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version.
9 *
10 * The saf_hades module is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * more details.
14 *
15 * See <http://www.gnu.org/licenses/> for a copy of the GNU General Public
16 * License.
17 */
18
39#ifndef __SAF_HADES_H_INCLUDED__
40#define __SAF_HADES_H_INCLUDED__
41
42/*
43 * This framework for binaural rendering of Hearing-Assistive/Augmented-reality
44 * Devices (HADES) is divided into two main stages: analysis and synthesis.
45 *
46 * In the analysis, spatial parameters are estimated across time and frequency
47 * based on the input microphone array signals.
48 */
49# include "saf_hades_analysis.h"
50
51/*
52 * In the synthesis, the output binaural signals are synthesised based on the
53 * parameter and signal containers obtained from the analysis.
54 */
55# include "saf_hades_synthesis.h"
56
57
58#endif /* __SAF_HADES_H_INCLUDED__ */
59
60 /* doxygen addtogroup HADES */
Header for the HADES analysis (SAF_HADES_MODULE)
Header for the HADES synthesis (SAF_HADES_MODULE)