UNPKG

essentia.js

Version:

JavaScript library for music/audio analysis and processing, powered by Essentia WebAssembly

23 lines (22 loc) 1.09 kB
/** * @license * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * * Essentia is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License as published by the Free * Software Foundation (FSF), either version 3 of the License, or (at your * option) any later version. * * This program 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 General Public License for more * details. * * You should have received a copy of the Affero GNU General Public License * version 3 along with this program. If not, see http://www.gnu.org/licenses/ */ import { EssentiaTFInputExtractor } from "./tfjs_input_extractor"; import { EssentiaTensorflowJSModel, TensorflowMusiCNN, TensorflowVGGish } from "./tfjs_models"; export { EssentiaTFInputExtractor, EssentiaTensorflowJSModel, TensorflowMusiCNN, TensorflowVGGish };