Beispiel #1
0
 public void RegisterTypes(IContainerProvider container)
 {
     container.RegisterAudioModules(
         typeof(DeviceInputModule),
         typeof(LoopbackDeviceInputModule),
         typeof(DeviceOutputModule),
         typeof(CompressorModule),
         typeof(GainModule),
         typeof(SpectrumModule),
         typeof(PitchModule));
 }