Does this actually handle mono vs. stereo? Even though it accepts the option and passes it to the initial FFmpeg command, the code suggests that it always processes the data blocks as two alternating channels:
https://github.com/jhurliman/node-pcm/blob/master/lib/pcm.js#L54
And the results returned include two channels regardless of the initial option...
Does this actually handle mono vs. stereo? Even though it accepts the option and passes it to the initial FFmpeg command, the code suggests that it always processes the data blocks as two alternating channels:
https://github.com/jhurliman/node-pcm/blob/master/lib/pcm.js#L54
And the results returned include two channels regardless of the initial option...