public Interpreter() { context = new PlaybackContext() { Output = SendOutput, Processed = SendProcessed }; processor = new SingleVoicePlaybackProcessor(context); }
public SingleVoicePlaybackProcessor(PlaybackContext context) { this.context = context; }
public MultiVoicePlaybackProcessor(PlaybackContext context) { this.context = context; }