desktop-app / lib_webrtc

WebRTC helper library.
18 stars 4 forks source link

Don't use alcGetEnumValue/alcGetProcAddress for non-ALC enum values/functions #12

Closed ilya-fedin closed 1 year ago

ilya-fedin commented 1 year ago

This makes no effective change for openal-soft as alGetEnumValue and alcGetEnumValue do lookup in the same table, but it's more semantically right and openal-soft is not the only implementation of the API