Streampunk / beamcoder

Node.js native bindings to FFmpeg.
GNU General Public License v3.0
397 stars 76 forks source link

AudioInputParam/AudioOutputParam typedefs incorrect #44

Closed ccantill closed 4 years ago

ccantill commented 4 years ago

When setting up a filter, the typedefs specify channel_layout, sample_format and sample_rate properties. However, the implementation seems to expect channelLayout, sampleFormat and sampleRate instead (anything else results in exceptions).

scriptorian commented 4 years ago

Hi, Thanks, I found this error just this week. It should be fixed in 0.5.3.

ccantill commented 4 years ago

Woops, sorry :grimacing: missed that update