Generate custom sounds at any frequency. This simple app allows you to easily play, stop, or close the app using the provided actions and extras, making it perfect for direct integration via intent.
Actions:
PLAY: Plays a sound at a specific frequency and volume.
com.francodev.frequencygenerator.action.PLAY
STOP: Stops the currently playing sound.
com.francodev.frequencygenerator.action.STOP
CLOSE: Closes the app.
com.francodev.frequencygenerator.action.CLOSE
Extras for START action:
com.francodev.frequencygenerator.EXTRA_FREQUENCY
Description: The frequency in Hertz (Hz).
Range: 1 to 22000
com.francodev.frequencygenerator.EXTRA_VOLUME
Description: The playback volume.
Range: 0.01 to 1
Latest Version
1.6Uploaded by
Hitame Oytif
Requires Android
Android 11.0+
Category
Free Music & Audio AppContent Rating
Everyone
Security Report
Check Now
Report
Flag as inappropriateLast updated on Sep 26, 2025
- Add an audio playback service.
- Small interface changes.