import { ToneAudioBuffer } from "../../Tone/core/context/ToneAudioBuffer.js";

// point to the relative path of the audio files
// @ts-ignore
// if (window.__karma__) {
// 	ToneAudioBuffer.baseUrl = "/base/test/";
// } else {
// 	ToneAudioBuffer.baseUrl = "../test/";
// }