Tone.js/test/helper/ToneAudioBuffer.ts

10 lines
273 B
TypeScript
Raw Normal View History

2024-05-03 14:16:02 +00:00
import { ToneAudioBuffer } from "../../Tone/core/context/ToneAudioBuffer.js";
// point to the relative path of the audio files
// @ts-ignore
2024-05-01 19:55:52 +00:00
// if (window.__karma__) {
// ToneAudioBuffer.baseUrl = "/base/test/";
// } else {
// ToneAudioBuffer.baseUrl = "../test/";
// }