Update
This commit is contained in:
@ -207,7 +207,7 @@ async function concatenateAudioFiles(
|
|||||||
"-codec:a",
|
"-codec:a",
|
||||||
"libmp3lame",
|
"libmp3lame",
|
||||||
"-qscale:a",
|
"-qscale:a",
|
||||||
"2",
|
"8",
|
||||||
"-y", // Overwrite output file
|
"-y", // Overwrite output file
|
||||||
outputMp3Path,
|
outputMp3Path,
|
||||||
]);
|
]);
|
||||||
@ -301,7 +301,7 @@ export async function generateTTSWithoutQueue(
|
|||||||
"-codec:a",
|
"-codec:a",
|
||||||
"libmp3lame",
|
"libmp3lame",
|
||||||
"-qscale:a",
|
"-qscale:a",
|
||||||
"2",
|
"8",
|
||||||
"-y",
|
"-y",
|
||||||
mp3FilePath,
|
mp3FilePath,
|
||||||
]);
|
]);
|
||||||
|
Reference in New Issue
Block a user