grishka / libtgvoip

VoIP library for Telegram clients
The Unlicense
387 stars 156 forks source link

Add missing AudioCallbackIO sources to libtgvoip.gyp #87

Closed cher-nov closed 5 years ago

cher-nov commented 5 years ago

This fixes compilation of GYP-generated project with TGVOIP_USE_CALLBACK_AUDIO_IO being defined.

I simply added the missing AudioIOCallback.cpp and AudioIOCallback.h into the sources list. This is just like as it made now with Wave / WASAPI or ALSA / PulseAudio audio back-ends.