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.

Computer Science & Information Technology

You might also like to view...

Forensic investigators establish generally accepted policies and procedures to ensure that

A) They can bill at the correct rate B) All cases will go to trial C) Technical procedures are well documented D) Both B and C

Computer Science & Information Technology

Which of the following components found in a legacy server has a 16-bit bus?

A. USB B. PCI C. ISA D. AGP

Computer Science & Information Technology