<< Chapter < Page | Chapter >> Page > |
This module is part of a collection titled Accessible Objected-Oriented Programming Concepts for Blind Students using Java . It explains how to write a program that creates an audio output consistingof a 1000 Hz square wave.
I recommend that you open another copy of this module in a separate browser window and use the following links to easily find the listings while you are reading about them.
An earlier module titled Jbs2000-What is Sound? explained some of the physical characteristics of sound. It also explained that sound can beproduced when a computer program causes the diaphragms on audio speakers connected to the computer to move back and forth or vibrate.
An earlier module titled Jbs2010-Your First Sound Program explained how a random number generator can be used in a program to cause the speakerdiaphragms to move back and forth or vibrate in a random fashion producing what is commonly called white noise or pink noise. (Click WhiteNoise to hear a sample of white or pink noise. You should be able to play the audio file with any standard mediaplayer that can handle the AU file type. In case you are on the OpenStax site and you are unable to download the audio file, click the Legacy Site link at the top of this page to switch over to the same module on the Legacy site.You shouldbe able to download the audio file from there.)
White noise is totally unorganized or random. Beginning with this module, we will start applying more organization to the sound until we reach the pointwhere we can write a program that simulates a player piano. (Click Greensleeves to hear a simulation of a player piano.)
In this module, we will write a program that attempts to cause the diaphragms to move back and forth instantaneously switching from one position to another by creatingaudio data based on a square wave. (Click SquareWave to hear a sample of a 1000 Hz square wave. A future module will compare the sound of a 1000 Hzsquare wave with the sound of a pure 1000 Hz sinusoidal tone.)
Notification Switch
Would you like to follow the 'Accessible objected-oriented programming concepts for blind students using java' conversation and receive update notifications?