Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
dafoxia committed Jun 15, 2017
commit f71ccce41641775a40ee088470ea07782ed8a58d
2 changes: 1 addition & 1 deletion lib/opus-ruby/encoder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def opus_get_vbr_constraint
# <dt>1</dt> <dd>Forced mono</dd>
# <dt>2</dt> <dd>Forced stereo</dd>
#* </dl>
def opus_set_force_cannels(value)
def opus_set_force_channels(value)
Opus.opus_encoder_ctl @encoder, Opus::Constants::OPUS_SET_FORCE_CHANNELS_REQUEST, :int32, value
end

Expand Down