Exemple #1
0
 public AudioIrrKlangSession(string filePath)
 {
     _engine             = new ISoundEngine();
     _recorder           = new IAudioRecorder(_engine);
     _path               = filePath;
     _irrklangEventProxy = new ProxyForIrrklangEvents(this);
 }
 public AudioIrrKlangSession(string filePath)
 {
     _engine = new ISoundEngine();
     _recorder = new IAudioRecorder(_engine);
     _path = filePath;
     _irrklangEventProxy = new ProxyForIrrklangEvents(this);
 }