Exemplo n.º 1
0
 public AAudioPlayer(Resampler resampler)
 {
     _resampler = resampler;
 }
Exemplo n.º 2
0
 public AAudioSource(Resampler resampler)
 {
     _resampler = resampler;
 }