OpenDAFF C++ API  v1.7
Directional Audio File Format
DAFF.h
Go to the documentation of this file.
1 /*
2  * -------------------------------------------------------------------------------------
3  *
4  * OpenDAFF - A free, open source software package for directional audio data
5  *
6  * ------------------------------------------------------------------------------------
7  *
8  * Visit the OpenDAFF website: http://www.opendaff.org
9  *
10  * ------------------------------------------------------------------------------------
11  *
12  * Copyright 2016 Institute of Technical Acoustics, RWTH Aachen University
13  *
14  * Licensed under the Apache License, Version 2.0 (the "License");
15  * you may not use the OpenDAFF software package except in compliance with the License.
16  * You may obtain a copy of the License at
17  *
18  * http://www.apache.org/licenses/LICENSE-2.0
19  *
20  * Unless required by applicable law or agreed to in writing, software
21  * distributed under the License is distributed on an "AS IS" BASIS,
22  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23  * See the License for the specific language governing permissions and
24  * limitations under the License.
25  *
26  * ------------------------------------------------------------------------------------
27  *
28  */
29 
30 #include <DAFFDefs.h>
31 
32 #include <DAFFContent.h>
33 #include <DAFFMetadata.h>
34 #include <DAFFProperties.h>
35 #include <DAFFReader.h>
36 
37 #include <DAFFContentIR.h>
38 #include <DAFFContentMS.h>
39 #include <DAFFContentPS.h>
40 #include <DAFFContentMPS.h>
41 #include <DAFFContentDFT.h>
42 
43 #include <DAFFUtils.h>
44 #include <DAFFSCTransform.h>
45 
46 
OpenDAFF is a project from the Institute of Technical Acoustics, RWTH Aachen University, Germany.