You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as node code , ffmpeg can change any video and vocal format file to wav file. const result = await spawnSync(ffmpegPath, [ "-i", inputFilePath, "-ar", "16000", "-y", wavFilePath, ]);
The text was updated successfully, but these errors were encountered:
as node code , ffmpeg can change any video and vocal format file to wav file.
const result = await spawnSync(ffmpegPath, [ "-i", inputFilePath, "-ar", "16000", "-y", wavFilePath, ]);
The text was updated successfully, but these errors were encountered: