Skip to content

Instantly share code, notes, and snippets.

View Guidhouse's full-sized avatar
😊

Henrik Runge Guidhouse

😊
  • contractor
  • Earth
View GitHub Profile
@markheath
markheath / DelayFadeOutSampleProvider.cs
Last active October 24, 2023 17:19
NAudio basic example of how to begin a fade out after a certain number of milliseconds have elapsed
// Define other methods and classes here
/// <summary>
/// Sample Provider to allow fading in and out
/// </summary>
public class DelayFadeOutSampleProvider : ISampleProvider
{
enum FadeState
{
Silence,
FadingIn,