mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
Fixed around 140 wrong namings and other refactorings which were marked as warnings
This commit is contained in:
@@ -64,9 +64,7 @@ namespace Ayu.Discord.Voice
|
||||
}
|
||||
|
||||
public int SetControl(OpusCtl ctl, int value)
|
||||
{
|
||||
return LibOpus.EncoderCtl(_encoderPtr, ctl, value);
|
||||
}
|
||||
=> LibOpus.EncoderCtl(_encoderPtr, ctl, value);
|
||||
|
||||
public int Encode(Span<byte> input, byte[] output)
|
||||
{
|
||||
@@ -84,9 +82,7 @@ namespace Ayu.Discord.Voice
|
||||
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
LibOpus.DestroyEncoder(_encoderPtr);
|
||||
}
|
||||
=> LibOpus.DestroyEncoder(_encoderPtr);
|
||||
}
|
||||
|
||||
public enum OpusCtl
|
||||
|
Reference in New Issue
Block a user