Namespace Serenity.SoundMixer.Infrastructure.Services
Classes
UnitySoundMixerService
Unity-specific implementation of the sound mixer service interface.
Manages Unity AudioMixer operations including parameter control, volume mapping, and event-driven updates.
Provides abstraction layer between domain logic and Unity's audio mixing system.
UnitySoundMixerServiceFactory
Factory for creating Unity-specific sound mixer service instances.
Implements the abstract factory pattern to create and initialize UnitySoundMixerService components.
Handles GameObject creation, component attachment, and service initialization with proper dependency injection.