Improvement to filter types (optimization) (#5944)
Signed-off-by: T.J. McGrath-Daly <tj.mcgrath.daly@huawei.com> Co-authored-by: Tobias Alexander Franke <tobias.alexander.franke@huawei.com>
This commit is contained in:
@@ -571,7 +571,7 @@ namespace AudioControls
|
||||
case eACET_RTPC:
|
||||
return eWCT_WWISE_RTPC;
|
||||
case eACET_SWITCH:
|
||||
return AUDIO_IMPL_INVALID_TYPE;
|
||||
return (eWCT_WWISE_SWITCH | eWCT_WWISE_GAME_STATE);
|
||||
case eACET_SWITCH_STATE:
|
||||
return (eWCT_WWISE_SWITCH | eWCT_WWISE_GAME_STATE | eWCT_WWISE_RTPC);
|
||||
case eACET_ENVIRONMENT:
|
||||
|
||||
Reference in New Issue
Block a user