Config
-
create dir "assets"
-
create dir "audio"
-
move in "audio" files that you want sort
-
create "songs.json" in "assets" with whit structure
{
"text": "any text",
"target": "res\\you_path"
},
- run docker with ai
docker run --rm -p 3000:3000 -d -v "$PWD/audio:/app" get_text_with_audio
- run node js
node main.js