Describes DSP pipeline initialization results.
interface DspPipelineInitializationState {
success: boolean;
workletBlobUrl: string;
}
Represents the result of pipeline initialization.
success: boolean - Indicates whether initialization succeeded.workletBlobUrl: string - Generated Blob URL for the worklet.