<< 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 pure sinusoidal tone at 1000 Hz in a format that is accessible to blind students. It also explains how to use the ByteBuffer class to populate an array of bytes with data of type short .
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.
In an earlier module, we wrote a program that causes the diaphragms on computer speakers to move back and forth by creating audio data based on asquare wave. Click SquareWave to hear a sample of a 1000 Hz square wave. (You should be able to play the audio file with any standard media player that can handle the AU file type. In caseyou 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 should be able todownload the audio file from there.)
I explained the concept of an audio graph in earlier modules. Click AudioGraphSquareWave to hear an audio representation of the graph of a square wave.
In this module, we will write a program that causes the diaphragms on computer speakers to move back and forth by creating audio data based on asinusoidal function. Click ToneMono to hear a sample of a 1000 Hz sinusoidal function. Compare this sound with the sound ofa SquareWave with the same fundamental frequency.
Notification Switch
Would you like to follow the 'Accessible objected-oriented programming concepts for blind students using java' conversation and receive update notifications?