Android Question Beep

agraham

Expert
Licensed User
Longtime User
I believe that he default beep PC frequency was 440Hz, the default duration was 111mSecs. Using code from your linked thread try
B4X:
streamer.Initialize("streamer", 11025, False, 16, streamer.VOLUME_MUSIC)
' then
Beep (111, 440)
You can try reducing the sampling frequency to a minimum of 880Hz but at some stage it will start sounding bad.
 
Upvote 0
Top