Resource icon

Audio GitHub

No permission to download

E!N12

Контент-мейкер
Messages
38
Reaction score
7
E!N добавил(а) новый ресурс:

Audio - Высокопроизводительная аудио-библиотека VoIP для Swiftlys2

Высокопроизводительная аудио-библиотека VoIP для Swiftlys2

Добавить API в проект
Добавьте в файл .csproj следующие строки:
C#:
<PackageReference Include="SwiftlyS2.Plugin.Audio.API" Version="2.0.0" />
Пример API
C#:
public override void UseSharedInterface(IInterfaceManager interfaceManager)
{
  // get api, you can store it in other place, but remember to reset it every time this method is called
  IAudioApi api =...

Узнать больше об этом ресурсе...
 
Back
Top