├── Example.bmp ├── FormMain.Designer.cs ├── FormMain.cs ├── FormMain.resx ├── NAudio Pitchshifter Test.csproj ├── NAudio Pitchshifter Test.csproj.user ├── NAudio Pitchshifter Test.sln ├── NAudio Pitchshifter Test.suo ├── Program.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings ├── README.md ├── SMBPitchShifter.cs ├── SMBPitchShiftingSampleProvider.cs └── bin ├── Debug ├── NAudio Pitchshifter Test.exe ├── NAudio Pitchshifter Test.pdb ├── NAudio Pitchshifter Test.vshost.exe └── NAudio.dll └── Release ├── NAudio Pitchshifter Test.exe ├── NAudio Pitchshifter Test.pdb └── NAudio.dll /Example.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/Example.bmp -------------------------------------------------------------------------------- /FormMain.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/FormMain.Designer.cs -------------------------------------------------------------------------------- /FormMain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/FormMain.cs -------------------------------------------------------------------------------- /FormMain.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/FormMain.resx -------------------------------------------------------------------------------- /NAudio Pitchshifter Test.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/NAudio Pitchshifter Test.csproj -------------------------------------------------------------------------------- /NAudio Pitchshifter Test.csproj.user: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /NAudio Pitchshifter Test.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/NAudio Pitchshifter Test.sln -------------------------------------------------------------------------------- /NAudio Pitchshifter Test.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/NAudio Pitchshifter Test.suo -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/Program.cs -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/Properties/Resources.resx -------------------------------------------------------------------------------- /Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/Properties/Settings.settings -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/README.md -------------------------------------------------------------------------------- /SMBPitchShifter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/SMBPitchShifter.cs -------------------------------------------------------------------------------- /SMBPitchShiftingSampleProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/SMBPitchShiftingSampleProvider.cs -------------------------------------------------------------------------------- /bin/Debug/NAudio Pitchshifter Test.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/bin/Debug/NAudio Pitchshifter Test.exe -------------------------------------------------------------------------------- /bin/Debug/NAudio Pitchshifter Test.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/bin/Debug/NAudio Pitchshifter Test.pdb -------------------------------------------------------------------------------- /bin/Debug/NAudio Pitchshifter Test.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/bin/Debug/NAudio Pitchshifter Test.vshost.exe -------------------------------------------------------------------------------- /bin/Debug/NAudio.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/bin/Debug/NAudio.dll -------------------------------------------------------------------------------- /bin/Release/NAudio Pitchshifter Test.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/bin/Release/NAudio Pitchshifter Test.exe -------------------------------------------------------------------------------- /bin/Release/NAudio Pitchshifter Test.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/bin/Release/NAudio Pitchshifter Test.pdb -------------------------------------------------------------------------------- /bin/Release/NAudio.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Freefall63/NAudio-Pitchshifter/HEAD/bin/Release/NAudio.dll --------------------------------------------------------------------------------