A wind sound generator plugin with intensity, amplitude, resonance, speed, pan, whistle and howl controls.
![Screenshot 2023-12-17 182324](https://private-user-images.githubusercontent.com/112194962/291112012-3aa30614-5a67-42c7-b8b1-663ad129bcfa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNjA1MzcsIm5iZiI6MTczOTA2MDIzNywicGF0aCI6Ii8xMTIxOTQ5NjIvMjkxMTEyMDEyLTNhYTMwNjE0LTVhNjctNDJjNy1iOGIxLTY2M2FkMTI5YmNmYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQwMDE3MTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05OGI4ZmRhYThiMWM3OTYxYmFjMDFkYzBiYTU1NGI5NTY2MTY4MmRmYjJhNWFlOTFiMGJhMTFmZjcyNDRjNzRlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.2_IzQV9tZCd9qtkZRpUifzVRKjjtx0d9R3b_CY9BqZE)
[WINDOWS] Just drag and drop the .dll file into Unity > Assets > Plugins folder in your Unity project, then add the effect on your desired Audio Mixer track.
If you'd like to build the solution yourself:
- Clone or download the repo.
- Open the Projucer File (Download and install JUCE).
- Build the Solution
- After building, navigate to the extracted folder > Builds > VisualStudio or your IDE > x64 > Release > Unity Plugin.
- Plugin will be named as audioplugin_WindControl.dll.
- Drag the audioplugin_WindControl.dll into Unity > Assets > Plugins folder.
[MacOS] After building in Xcode, drag and drop the .bundle folder into your Plugins folder.