Fish Wang says to Ow< [MSFW]
const streamWrapper = spawn(/*require('ffmpeg-static').path*/ 'ffmpeg', [ '-v', '8', '-f', 's16le', // Input is signed 16-bit raw PCM '-ac', config.output.channels, // Input channels '-ar', config.output.samplerate, // Input sample rate '-i', '-', '-ab', config.opus.bitrate + 'k', // Bitrate '-acodec', 'libopus', '-f', 'ogg', '-' ]) 哪裡有錯嗎?