XVoiceChanger
Instant messaging voice changer based on SoundTouch library and Xposed framework
File Explorer
Download Latest Version (.zip)- profiles_settings.xml
- lyleaks.xml
- api_53.xml
- api_53_sources.xml
- espresso_core_2_2_2.xml
- espresso_idling_resource_2_2_2.xml
- exposed_instrumentation_api_publish_0_5.xml
- hamcrest_core_1_3.xml
- hamcrest_integration_1_3.xml
- hamcrest_library_1_3.xml
- javawriter_2_1_1.xml
- javax_annotation_api_1_2.xml
- javax_inject_1.xml
- jsr305_2_0_1.xml
- junit_4_12.xml
- rules_0_5.xml
- runner_0_5.xml
- compiler.xml
- encodings.xml
- gradle.xml
- misc.xml
- modules.xml
- runConfigurations.xml
- vcs.xml
- ExampleInstrumentedTest.java
- libsoundtouch.so
- xposed_init
- MainActivity.java
- Utils.java
- VoiceChanger.java
- SoundTouch.java
- activity_main.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- ic_launcher-web.png
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/fatal0/XVoiceChanger
Downloads the entire project code from GitHub to your computer.
cd XVoiceChanger
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
