C# (CSharp) DSPUtil CallbackSource - 5 examples found. These are the top rated real world C# (CSharp) examples of DSPUtil.CallbackSource extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
Wraps a callback function to become a SoundObj Example: new CallbackSource( 1, 44100, delegate(int j) { ... return sample ... } );