We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ca1ce commit d3cbed1Copy full SHA for d3cbed1
ffmpeg-convert-audio/functions/index.js
@@ -68,7 +68,7 @@ exports.generateMonoAudio = functions.storage.object().onFinalize(async (object)
68
// Convert the audio to mono channel using FFMPEG.
69
70
let command = ffmpeg(tempFilePath)
71
- .setFfmpegPath(ffmpeg_static.path)
+ .setFfmpegPath(ffmpeg_static)
72
.audioChannels(1)
73
.audioFrequency(16000)
74
.format('flac')
0 commit comments