Initial commit: ACE-Step UI - Open source music generation interface

This commit is contained in:
fspecii
2026-02-04 03:09:38 +02:00
commit 44f7563014
187 changed files with 99985 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/**
* Demucs Web - Music Source Separation using ONNX Runtime Web
* @module demucs-web
*/
export { CONSTANTS } from './constants.js';
export { fft, ifft, stft, istft, reflectPad, getHannWindow } from './fft.js';
export { DemucsProcessor, standaloneMask, standaloneIspec, prepareModelInput } from './processor.js';