Frequency Sound Generator APP
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


