1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-20 00:11:38 +02:00
soundtouch/source/csharp-example
2018-09-08 18:52:10 +03:00
..
Properties Added C# example application that processes mp3 files with SoundTouch 2017-07-25 12:40:11 +00:00
App.config Added C# example application that processes mp3 files with SoundTouch 2017-07-25 12:40:11 +00:00
App.xaml Added C# example application that processes mp3 files with SoundTouch 2017-07-25 12:40:11 +00:00
App.xaml.cs Added C# example application that processes mp3 files with SoundTouch 2017-07-25 12:40:11 +00:00
csharp-example.csproj Added C# example application that processes mp3 files with SoundTouch 2017-07-25 12:40:11 +00:00
csharp-example.sln Added C# example application that processes mp3 files with SoundTouch 2017-07-25 12:40:11 +00:00
MainWindow.xaml Refactored C# interface & example 2017-10-30 16:53:17 +00:00
MainWindow.xaml.cs Corrected typos in source code comments 2018-05-12 18:39:43 +03:00
NAudio-license.txt Added C# example application that processes mp3 files with SoundTouch 2017-07-25 12:40:11 +00:00
NAudio-readme.txt Added C# example application that processes mp3 files with SoundTouch 2017-07-25 12:40:11 +00:00
NAudio.dll Added C# example application that processes mp3 files with SoundTouch 2017-07-25 12:40:11 +00:00
README.txt Updated documentation 2017-07-25 14:26:50 +00:00
SoundProcessor.cs Corrected typos in source code comments 2018-05-12 18:39:43 +03:00
SoundTouch.cs Added BPMDetect functions to SoundTouchDll API 2017-11-10 16:38:36 +00:00
SoundTouch.dll Bump version to 2.1 2018-09-08 18:52:10 +03:00

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.