Trans Tone is a free, open-source voice training app for trans women.
- None (it exists)
Why is this app specifically for trans women? This app was created by two trans women with the intent of helping other people like ourselves! Initially, we want to keep our scope small.
If you're interested in helping us to develop other kinds of gender-affirming voice training content, please open an issue on the repo to get in touch!
@danielledeleo @terramauthe
Follow the environment setup guide for React Native for both iOS and Android: https://reactnative.dev/docs/environment-setup
All React Native apps require ruby, this app uses version 2.7.6 (defined in .ruby-version). You may want use a Ruby version manager, like rbenv, to install this.
Once you're set up, you can run the app locally.
iOS
cd TransTone
npx react-native run-ios
Android
cd TransTone
npx react-native run-android