- Remove WebSockets from .uplugin (it is a module, not a plugin) - Add AudioCapture plugin dependency to .uplugin - Fix FOnAudioCaptureFunction: use OpenAudioCaptureStream (not deprecated OpenDefaultCaptureStream) and correct callback signature (const void* per UE 5.3+) - Cast void* to float* inside OnAudioGenerate for float sample processing - Fix TArray::RemoveAt: use EAllowShrinking::No instead of deprecated bool overload Plugin now compiles cleanly with no errors or warnings on UE 5.5 / Win64. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
Eleven Labs Integration for Unreal Engine 5.5
Languages
C++
90%
Python
4.8%
HTML
4.3%
Batchfile
0.6%
C#
0.3%