VideoChain-API / src /test2.mts
jbilcke-hf's picture
jbilcke-hf HF staff
work in progress to create the video service
a65e95e
raw
history blame
252 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)