예제 #1
0
 public AAudioPlayer(Resampler resampler)
 {
     _resampler = resampler;
 }
예제 #2
0
 public AAudioSource(Resampler resampler)
 {
     _resampler = resampler;
 }