Пример #1
0
 public TimeWarpStream(IAudioStream sourceStream, TimeWarpCollection mappings)
     : this(sourceStream) {
     Mappings = mappings;
 }