/// <summary>
 /// Initializes a new instance of the <see cref="Wave16kFilePaths"/> class.
 /// </summary>
 /// <param name="outer">Voice font instance.</param>
 internal Wave16kFilePaths(XmlVoiceFont outer)
 {
     this.outer = outer;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SegmentFilePaths"/> class.
 /// </summary>
 /// <param name="outer">Voice font instance.</param>
 internal SegmentFilePaths(XmlVoiceFont outer)
 {
     this.outer = outer;
 }