public NbDecoder() { this.random = new Random(); this.stereo = new Stereo(); this.inband = new Inband(this.stereo); this.enhanced = true; }
public NbDecoder() { stereo = new Stereo(); inband = new Inband(stereo); enhanced = true; }