Refactor Audio Plaback layers for simplification and improved maintenance
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
using DeepDrftModels.Entities;
|
||||
// DEPRECATED: This class has been merged into AudioPlayerService
|
||||
// TODO: Remove after testing new implementation
|
||||
/*
|
||||
using DeepDrftModels.Entities;
|
||||
using DeepDrftWeb.Client.Clients;
|
||||
using NetBlocks.Models;
|
||||
|
||||
@@ -357,4 +360,5 @@ public class AudioPlaybackEngine : IAsyncDisposable
|
||||
{
|
||||
await AudioInterop.DisposePlayerAsync(PlayerId);
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user