FF-253 - added Create Audio Book node

This commit is contained in:
john
2022-11-20 17:42:53 +13:00
parent 16d0aa095f
commit 8164a6a1d0
8 changed files with 289 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ public class AudioFileNormalization : AudioNode
{
try
{
string ffmpegExe = GetFFMpegExe(args);
string ffmpegExe = GetFFmpeg(args);
if (string.IsNullOrEmpty(ffmpegExe))
return -1;