Change your voice with diffrent filters.
Swift version : 4 Xcode version : 9
Simpley run the app and record your voice with one click and boom...
- 0.2.1
- CHANGE: Update docs (module code remains unchanged)
- 0.2.0
- CHANGE: Remove
setDefaultXYZ()
- ADD: Add
init()
- CHANGE: Remove
- 0.1.1
- FIX: Crash when calling
baz()
(Thanks @GenerousContributorName!)
- FIX: Crash when calling
- 0.1.0
- The first proper release
- CHANGE: Rename
foo()
tobar()
- 0.0.1
- Work in progress
Kartik Patel – @kartikpatel1910 – [email protected] https://github.com/KartikPatelOfficial
This project is licensed under the MIT License - see the LICENSE.md file for details
- Fork it (https://github.com/KartikPatelOfficial/PitchPerfect/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request