Ejemplo n.º 1
0
 public void apply(FormatSegment formatSegment)
 {
     Console.WriteLine("FormatSegment : Applying normalize filter");
 }
Ejemplo n.º 2
0
 public void apply(FormatSegment formatSegment)
 {
     Console.WriteLine("FormatSegment : Applying Noise Reduction filter");
 }
Ejemplo n.º 3
0
 public void apply(FormatSegment formatSegment)
 {
     Console.WriteLine("FormatSegment : Applying Reverbn filter");
 }