Example #1
0
 public AudioSource()
 {
     AL10.alGenSources(1, out _handle);
     AudioSystem.alCheckError();
 }