A real-time sound wave oscillator Android app that uses the accelerometer to dynamically adjust the frequency. It leverages the high-performance Oboe audio library for low-latency sound synthesis.
- Multiple Waveforms: Supports Sine, Square, Sawtooth, Triangle, Noise, and a unique "Radioactive" (Geiger-like) mode.
- Sensor Integration: Uses device orientation to control wave parameters in real-time.
- Wave Manipulation: Adjust distortion, exponential scaling, and inversion.
- High Performance: Built with C++ and Oboe for minimal audio latency.
- Modern UI: Developed using Jetpack Compose and Material 3.
The easiest way to get Interférence is by grabbing the latest release directly from GitHub or by adding it to Obtainium.
- Android 8.0 (API level 27) or higher.
- A device with an accelerometer for full sensor-based interaction.
To build the project, use the following Gradle command:
./gradlew :app:assembleDebugThis project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
Developed by Justin Michaud-Ouellette. Website: justinmo.ca


