public SpeechEntryController(EntryChunkController entrychunkcontroller,SpeechEntry speechentry)
     : base(entrychunkcontroller,speechentry)
 {
     this.speechentry = speechentry;
     Node.Text = string.Format("Speech Entry ({0})",speechentry.EIDString);
     Node.ImageKey = "speechentry";
     Node.SelectedImageKey = "speechentry";
 }
Beispiel #2
0
 public SoundBox(SpeechEntry entry)
     : this(entry.Samples)
 {
 }