unchained / src /tests /stuff.mts
barton
Duplicate from jbilcke-hf/VideoChain-API
53aa97a
raw
history blame contribute delete
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)