jbilcke-hf's picture
jbilcke-hf HF staff
working on the VideoChain queue system
652f343
raw
history blame
253 Bytes
import { generateAudio } from "../services/generateAudio.mts"
console.log('generating background audio..')
const audioFileName = await generateAudio("sounds of a castle bell ringing alarm", "test_juju_audio.mp3")
console.log('result:', audioFileName)