mirror of
https://github.com/RPCS3/soundtouch.git
synced 2024-11-08 20:12:27 +01:00
.. | ||
Properties | ||
App.config | ||
App.xaml | ||
App.xaml.cs | ||
csharp-example.csproj | ||
csharp-example.sln | ||
MainWindow.xaml | ||
MainWindow.xaml.cs | ||
NAudio-license.txt | ||
NAudio-readme.txt | ||
NAudio.dll | ||
README.txt | ||
SoundProcessor.cs | ||
SoundTouch.cs | ||
SoundTouch.dll |
csharp-example ============== Copyright (c) Olli Parviainen This is a C# example application that plays MP3 audio file and uses SoundTouch.dll library for adjusting the sound in real-time. The example uses NAudio library for MP3 file reading and audio playback. See NAudio-readme.txt and NAudio-license.txt for NAudio information.