Beispiel #1
0
 public void Reload()
 {
     CheckVoicebank();
     if (!IsEnabled)
     {
         return;
     }
     CharLoad();
     Pitchmap = new Pitchmap(Dir);
     Load();
 }
Beispiel #2
0
 public Singer(string dir)
 {
     Current = this;
     Dir     = dir;
     CheckVoicebank();
     if (!IsEnabled)
     {
         return;
     }
     CharLoad();
     Pitchmap = new Pitchmap(Dir);
     Load();
 }