Refactor Audio Plaback layers for simplification and improved maintenance
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// DEPRECATED: This class has been replaced by AudioPlayerService
|
||||
// TODO: Remove after testing new implementation
|
||||
/*
|
||||
using DeepDrftModels.Entities;
|
||||
using NetBlocks.Models;
|
||||
|
||||
@@ -128,4 +131,5 @@ public class PlayerService : IPlayerService
|
||||
await InitializeAsync(_audioEngine);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user