Click 'Plan' first to generate lyrics, BPM and duration. Edit as needed.
@@ -292,19 +292,19 @@ select{
TTS Generation
-
+
-
+
-
+
@@ -320,7 +320,7 @@ select{
-
+
Generate speech clips and store them in your library.
@@ -813,16 +813,17 @@ function loadLibrary(){
const url=URL.createObjectURL(item.audio);
let ismp3 = (item.params?(item.params.use_mp3?true:false):false);
let savfmt = (ismp3?".mp3":".wav");
+ let currtrack = `${item.type==="tts" ? "🗣 " : "🎵 "}${item.title}`;
div.innerHTML=`
-