예제 #1
0
 public NbDecoder()
 {
     this.random   = new Random();
     this.stereo   = new Stereo();
     this.inband   = new Inband(this.stereo);
     this.enhanced = true;
 }
예제 #2
0
 public NbDecoder()
 {
     stereo   = new Stereo();
     inband   = new Inband(stereo);
     enhanced = true;
 }