diff --git a/osu.Framework.Microphone/Input/Handlers/Microphone/MicrophoneHandler.cs b/osu.Framework.Microphone/Input/Handlers/Microphone/MicrophoneHandler.cs index 3fd1af2..56fab7a 100644 --- a/osu.Framework.Microphone/Input/Handlers/Microphone/MicrophoneHandler.cs +++ b/osu.Framework.Microphone/Input/Handlers/Microphone/MicrophoneHandler.cs @@ -1,16 +1,16 @@ // Copyright (c) karaoke.dev . Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. -using ManagedBass; -using NWaves.Features; -using osu.Framework.Input.StateChanges; -using osu.Framework.Platform; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; +using ManagedBass; +using NWaves.Features; using NWaves.Utils; using osu.Framework.Bindables; +using osu.Framework.Input.StateChanges; +using osu.Framework.Platform; namespace osu.Framework.Input.Handlers.Microphone { diff --git a/osu.Framework.Microphone/Input/MicrophoneInputManager.cs b/osu.Framework.Microphone/Input/MicrophoneInputManager.cs index bce8624..f884918 100644 --- a/osu.Framework.Microphone/Input/MicrophoneInputManager.cs +++ b/osu.Framework.Microphone/Input/MicrophoneInputManager.cs @@ -1,11 +1,11 @@ // Copyright (c) karaoke.dev . Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. +using System; using osu.Framework.Input.Events; using osu.Framework.Input.Handlers.Microphone; using osu.Framework.Input.StateChanges.Events; using osu.Framework.Input.States; -using System; namespace osu.Framework.Input { diff --git a/osu.Framework.Microphone/Input/MicrophoneManager.cs b/osu.Framework.Microphone/Input/MicrophoneManager.cs index 6a42592..c371b1b 100644 --- a/osu.Framework.Microphone/Input/MicrophoneManager.cs +++ b/osu.Framework.Microphone/Input/MicrophoneManager.cs @@ -1,10 +1,10 @@ // Copyright (c) karaoke.dev . Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. -using ManagedBass; -using osu.Framework.Extensions.TypeExtensions; using System.Collections.Generic; using System.Linq; +using ManagedBass; +using osu.Framework.Extensions.TypeExtensions; namespace osu.Framework.Input {