Essentia  2.1-beta6-dev
MusicLowlevelDescriptors.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra
3  *
4  * This file is part of Essentia
5  *
6  * Essentia is free software: you can redistribute it and/or modify it under
7  * the terms of the GNU Affero General Public License as published by the Free
8  * Software Foundation (FSF), either version 3 of the License, or (at your
9  * option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful, but WITHOUT
12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13  * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
14  * details.
15  *
16  * You should have received a copy of the Affero GNU General Public License
17  * version 3 along with this program. If not, see http://www.gnu.org/licenses/
18  */
19 
20 #ifndef MUSIC_LOWLEVEL_DESCRIPTORS_H
21 #define MUSIC_LOWLEVEL_DESCRIPTORS_H
22 
23 #include "MusicDescriptorsSet.h"
24 #include "essentia/essentiamath.h"
25 
26 using namespace std;
27 
29 
30  public:
31  static const string nameSpace;
32 
34  this->options = options;
35  }
37 
38  void createNetworkNeqLoud(SourceBase& source, Pool& pool);
39  void createNetworkEqLoud(SourceBase& source, Pool& pool);
40  void createNetworkLoudness(SourceBase& source, Pool& pool);
42 };
43 
44 #endif
Definition: MusicDescriptorsSet.h:39
Definition: MusicLowlevelDescriptors.h:28
MusicLowlevelDescriptors(Pool &options)
Definition: MusicLowlevelDescriptors.h:33
static const string nameSpace
Definition: MusicLowlevelDescriptors.h:31
void createNetworkLoudness(SourceBase &source, Pool &pool)
void computeAverageLoudness(Pool &pool)
void createNetworkNeqLoud(SourceBase &source, Pool &pool)
void createNetworkEqLoud(SourceBase &source, Pool &pool)
Definition: pool.h:96
Definition: sourcebase.h:52