You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of IR code recognition is only able to detect complete IR frames (65 level changes). However many remotes send the complete code only once per keypress. If the key is held for a longer duration a special repeat code is sent. NEC IR Protocol
This doesn't get recognized by the current routine and even if it were the interpretation of the repeat code isn't completely trivial. I.e. some in some commands a repeat doesn't make sense (mute) in some it makes more sense (preset +) and in some it makes a lot of sense (volume +/-). It even might be confusing to some users if this functionality is missing, as the standard behavior of consumer electronic devices is to increase/decrease volume as long as the rc button is held.
The text was updated successfully, but these errors were encountered:
The current implementation of IR code recognition is only able to detect complete IR frames (65 level changes). However many remotes send the complete code only once per keypress. If the key is held for a longer duration a special repeat code is sent. NEC IR Protocol
This doesn't get recognized by the current routine and even if it were the interpretation of the repeat code isn't completely trivial. I.e. some in some commands a repeat doesn't make sense (mute) in some it makes more sense (preset +) and in some it makes a lot of sense (volume +/-). It even might be confusing to some users if this functionality is missing, as the standard behavior of consumer electronic devices is to increase/decrease volume as long as the rc button is held.
The text was updated successfully, but these errors were encountered: