tau_web
Version:
The Tau Engine for Web App
31 lines (29 loc) • 1.06 kB
JavaScript
/*
* Copyright 2021 Canardoux.
*
* This file is part of the τ Sound project.
*
* τ Sound is free software: you can redistribute it and/or modify
* it under the terms of the GNU Public License version 3 (GPL3.0),
* as published by the Free Software Foundation.
*
* τ Sound 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.
*
* This Source Code Form is subject to the terms of the GNU Public
* License, v. 3.0. If a copy of the GPL was not distributed with this
* file, You can obtain one at https://www.gnu.org/licenses/.
*/
import TauCorePlayer from './tau_core_player.js';
import TauCoreRecorder from './tau_core_recorder.js';
import {newPlayerInstance} from './tau_core_player.js';
import { newRecorderInstance } from './tau_core_recorder.js';
export
{
TauCorePlayer,
TauCoreRecorder,
newPlayerInstance,
newRecorderInstance
}