Infera

(★ 33)

ChaosVoice is a mobile voice-changer app that transforms the user's voice in real time into a demonic, distorted, chaotic sound during VoIP calls (WhatsApp, Discord, Telegram, game voice chat) or standalone recording/playback. This is a consensual, user-facing effects tool the user activates it on their own device to change their own voice sounds.

File Explorer

  • .gitignore
  • LICENSE
  • pubspec.lock
  • pubspec.yaml
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

flutter pub

View Details ▼

Flutter's package manager.
Note: Packages are available on <https://pub.dev>.
See also: `flutter`.

flutter pub get

Download/Update all packages specified in `pubspec.yaml`:

flutter pub add {{package1 package2 ...}}

Add a package dependency to an app:

flutter pub remove {{package1 package2 ...}}

Remove a package dependency from an app:

// repository documentation