Hi,
I am working on audio file in C#, can any one help me to know how to calculate audio lenght in C# to show it on progress bar.
- SoundPlayer simpleSound = new SoundPlayer(@"C:\Users\Public\Music\Sample Music\file_example_WAV_1MG.wav");
- simpleSound.Play();