More work on external audio sources, started adding generic audio packet handling

This commit is contained in:
Davide Passoni
2024-09-06 18:12:09 +02:00
parent 9c2ce526d3
commit 5726d6dee2
18 changed files with 472 additions and 175 deletions

View File

@@ -850,8 +850,7 @@ export abstract class Unit extends CustomMarker {
if (targetPosition) getApp().getUnitsManager().addDestination(targetPosition, false, 0, units);
}
);
/* Temporarily removed until more work can be done for external sounds
contextActionSet.addContextAction(
this,
"speaker",
@@ -864,7 +863,6 @@ export abstract class Unit extends CustomMarker {
},
{ executeImmediately: true }
);
*/
contextActionSet.addDefaultContextAction(
this,