
Voice Changer
β οΈVoice Changer For Simple Voice Chat Mod! is a clean and lightweight mod that adds fun voice-changing features to your Minecraft voice chat experience. It is designed to work smoothly with Simple Voice Chat. WARNING! REQUIRES SIMPLE VOCE CHAT MOD!
1.4.0
Compatibility
Required content
Changes
Simple Voice Changer transforms your voice in real-time on any server running Simple Voice Chat β fully client-side, no server install needed. β¨ Features
ποΈ 12 built-in voices: Robot, Demon, Chipmunk, Helium, Deep, Giant, Alien, Ghost & more ποΈ Custom pitch slider (0.50xβ2.00x) π Live mic level meter π Self-Hear monitor β test your voice solo π΅ Instant preview for every voice
Press R to open the menu. Works on any Simple Voice Chat server. Made by Spark Studios π΅
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:BBa26R46:CORF45tX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BBa26R46:CORF45tX"
}
