NScumm.Core.Audio.SoftSynth.Voice.Output C# (CSharp) Method

Output() public method

public Output ( ) : int
return int
        public int Output()
        {
            // Multiply oscillator output with envelope output.
            return (Wave.Output() - wave_zero) * Envelope.Output() + voice_DC;
        }