Get a sound. Run increaseVolume on the sound, and then onlyMaximize on the same sound. Get an original copy of the sound. Now, run fauxIncreaseVolume on the new copy, and then onlyMaximize on the output of fauxIncreaseVolume. The sounds will sound different. If the sound had words in it, the words will be much clearer after running fauxIncreaseVolume. Why is that?
What will be an ideal response?
The words are much cleaner after running fauxIncreaseVolume then onlyMaximize as fauxIncreaseVolume ensures that the majority of values will be above zero, meaning that after onlyMaximize the values will largely only be 32767, and only occasionally -32768. In contrast, using increaseVolume then onlyMaximize means that the values will oscillate between 32767 and -32768 much more frequently, leading to far less distinct sounds.
You might also like to view...
Match the following terms to their meanings:
I. Modal II. Macro III. Pop-up IV. Caption V. Dialog A. Thick border style property setting that can include a title bar with a Close button B. Text entered on this property displays on the title bar of the form when in Form view C. Until this window is closed, the focus cannot be changed to another database object D. Double-clicking the name of this causes it to execute E. Setting this property setting to "No" can display the Minimize and Maximize buttons
____ is the default entry for each field in the Total row of the query design grid.
A. Group By B. SUM C. Totals D. Maximum
Which element of the Word program window contains buttons for saving a document and for undoing, redoing, and repeating a change?
A. status bar B. Quick Access toolbar C. title bar D. HOME tab
Which control displays a list of possible data entries from which the user can choose?
A. Label B. Text box C. List box D. Tab control